Home
last modified time | relevance | path

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

/openssl-master/crypto/store/
A Dstore_result.c528 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 Dapps.c259 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 De_loader_attic.c321 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