Searched refs:tpass (Results 1 – 3 of 3) sorted by relevance
/third_party/ltp/lib/newlib_tests/ |
D | runtest.sh | 77 local dir i res ret=0 tbrok tconf tfail tpass twarn vars 99 0) tpass="$tpass $i";; 111 runtest_res TINFO "$(echo $tpass | wc -w)x TPASS:$tpass"
|
/third_party/openssl/apps/ |
D | apps.c | 385 char *tmp, tpass[APP_PASS_LEN]; in app_get_pass() local 441 i = BIO_gets(pwdbio, tpass, APP_PASS_LEN); in app_get_pass() 450 tmp = strchr(tpass, '\n'); in app_get_pass() 453 return OPENSSL_strdup(tpass); in app_get_pass() 560 char tpass[PEM_BUFSIZE]; in load_pkcs12() local 574 len = pem_cb(tpass, PEM_BUFSIZE, 0, cb_data); in load_pkcs12() 580 tpass[len] = 0; in load_pkcs12() 581 if (!PKCS12_verify_mac(p12, tpass, len)) { in load_pkcs12() 587 pass = tpass; in load_pkcs12()
|
/third_party/openssl/crypto/store/ |
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()
|