Searched refs:tpass (Results 1 – 4 of 4) sorted by relevance
| /freebsd/usr.bin/lockf/tests/ |
| H A D | lockf_test.sh | 230 tpass=$((now - start)) 231 atf_check test "$tpass" -lt 10 296 tpass=$((now - start)) 297 atf_check test "$tpass" -ge "$timeout"
|
| /freebsd/crypto/openssl/crypto/store/ |
| H A D | store_result.c | 564 char tpass[PEM_BUFSIZE + 1]; in try_pkcs12() local 588 if (!ossl_pw_get_passphrase(tpass, sizeof(tpass) - 1, in try_pkcs12() 595 pass = tpass; in try_pkcs12() 660 OPENSSL_cleanse(tpass, sizeof(tpass)); in try_pkcs12()
|
| /freebsd/crypto/openssl/engines/ |
| H A D | e_loader_attic.c | 318 char tpass[PEM_BUFSIZE]; in try_decode_PKCS12() local 330 if ((pass = file_get_pass(ui_method, tpass, PEM_BUFSIZE, in try_decode_PKCS12()
|
| /freebsd/crypto/openssl/apps/lib/ |
| H A D | apps.c | 210 char *tmp, tpass[APP_PASS_LEN]; in app_get_pass() local 283 i = BIO_gets(pwdbio, tpass, APP_PASS_LEN); in app_get_pass() 292 tmp = strchr(tpass, '\n'); in app_get_pass() 295 return OPENSSL_strdup(tpass); in app_get_pass()
|