Searched refs:tpass (Results 1 – 5 of 5) sorted by relevance
/netbsd/crypto/external/bsd/openssl/dist/crypto/store/ |
H A D | store_result.c | 546 char tpass[PEM_BUFSIZE + 1]; in try_pkcs12() local 568 if (!ossl_pw_get_passphrase(tpass, sizeof(tpass) - 1, in try_pkcs12() 575 pass = tpass; in try_pkcs12() 641 OPENSSL_cleanse(tpass, sizeof(tpass)); in try_pkcs12()
|
/netbsd/crypto/external/bsd/openssl.old/dist/apps/ |
H A D | apps.c | 387 char *tmp, tpass[APP_PASS_LEN]; in app_get_pass() local 443 i = BIO_gets(pwdbio, tpass, APP_PASS_LEN); in app_get_pass() 452 tmp = strchr(tpass, '\n'); in app_get_pass() 455 return OPENSSL_strdup(tpass); in app_get_pass() 562 char tpass[PEM_BUFSIZE]; in load_pkcs12() local 576 len = pem_cb(tpass, PEM_BUFSIZE, 0, cb_data); in load_pkcs12() 582 tpass[len] = 0; in load_pkcs12() 583 if (!PKCS12_verify_mac(p12, tpass, len)) { in load_pkcs12() 589 pass = tpass; in load_pkcs12()
|
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/store/ |
H A D | loader_file.c | 217 char tpass[PEM_BUFSIZE]; in try_decode_PKCS12() local 228 if ((pass = file_get_pass(ui_method, tpass, PEM_BUFSIZE, in try_decode_PKCS12()
|
/netbsd/crypto/external/bsd/openssl/dist/engines/ |
H A D | e_loader_attic.c | 319 char tpass[PEM_BUFSIZE]; in try_decode_PKCS12() local 331 if ((pass = file_get_pass(ui_method, tpass, PEM_BUFSIZE, in try_decode_PKCS12()
|
/netbsd/crypto/external/bsd/openssl/dist/apps/lib/ |
H A D | apps.c | 259 char *tmp, tpass[APP_PASS_LEN]; in app_get_pass() local 331 i = BIO_gets(pwdbio, tpass, APP_PASS_LEN); in app_get_pass() 340 tmp = strchr(tpass, '\n'); in app_get_pass() 343 return OPENSSL_strdup(tpass); in app_get_pass()
|