Searched refs:tpass (Results 1 – 3 of 3) sorted by relevance
/openssl-master/crypto/store/ |
A D | store_result.c | 528 char tpass[PEM_BUFSIZE]; in try_pkcs12() local 550 if (!ossl_pw_get_passphrase(tpass, sizeof(tpass), &tpass_len, in try_pkcs12() 556 pass = tpass; in try_pkcs12()
|
/openssl-master/apps/lib/ |
A D | apps.c | 259 char *tmp, tpass[APP_PASS_LEN]; in app_get_pass() local 324 i = BIO_gets(pwdbio, tpass, APP_PASS_LEN); in app_get_pass() 333 tmp = strchr(tpass, '\n'); in app_get_pass() 336 return OPENSSL_strdup(tpass); in app_get_pass()
|
/openssl-master/engines/ |
A D | e_loader_attic.c | 321 char tpass[PEM_BUFSIZE]; in try_decode_PKCS12() local 333 if ((pass = file_get_pass(ui_method, tpass, PEM_BUFSIZE, in try_decode_PKCS12()
|
Completed in 13 milliseconds