Home
last modified time | relevance | path

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

/third_party/openssl/apps/
Dpkcs8.c72 char pass[APP_PASS_LEN]; in pkcs8_main()
Dapps.h601 # define APP_PASS_LEN 1024 macro
Dapps.c381 char *tmp, tpass[APP_PASS_LEN]; in app_get_pass()
437 i = BIO_gets(pwdbio, tpass, APP_PASS_LEN); in app_get_pass()