Home
last modified time | relevance | path

Searched refs:APP_PASS_LEN (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/apps/
H A Dpkcs8.c101 char pass[APP_PASS_LEN]; in pkcs8_main()
/freebsd/crypto/openssl/apps/include/
H A Dapps.h316 #define APP_PASS_LEN 1024 macro
/freebsd/crypto/openssl/apps/lib/
H A Dapps.c210 char *tmp, tpass[APP_PASS_LEN]; in app_get_pass()
283 i = BIO_gets(pwdbio, tpass, APP_PASS_LEN); in app_get_pass()