Searched refs:tpass (Results 1 – 3 of 3) sorted by relevance
/openssl/crypto/store/ |
H A D | store_result.c | 546 char tpass[PEM_BUFSIZE + 1]; in try_pkcs12() local 570 if (!ossl_pw_get_passphrase(tpass, sizeof(tpass) - 1, in try_pkcs12() 577 pass = tpass; in try_pkcs12() 643 OPENSSL_cleanse(tpass, sizeof(tpass)); in try_pkcs12()
|
/openssl/engines/ |
H A D | e_loader_attic.c | 316 char tpass[PEM_BUFSIZE]; in try_decode_PKCS12() local 328 if ((pass = file_get_pass(ui_method, tpass, PEM_BUFSIZE, in try_decode_PKCS12()
|
/openssl/apps/lib/ |
H A D | apps.c | 254 char *tmp, tpass[APP_PASS_LEN]; in app_get_pass() local 327 i = BIO_gets(pwdbio, tpass, APP_PASS_LEN); in app_get_pass() 336 tmp = strchr(tpass, '\n'); in app_get_pass() 339 return OPENSSL_strdup(tpass); in app_get_pass()
|
Completed in 28 milliseconds