Home
last modified time | relevance | path

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

/freebsd/usr.bin/lockf/tests/
H A Dlockf_test.sh188 tpass=$((now - start))
189 atf_check test "$tpass" -lt 10
208 tpass=$((now - start))
209 atf_check test "$tpass" -ge "$timeout"
/freebsd/crypto/openssl/crypto/store/
H A Dstore_result.c546 char tpass[PEM_BUFSIZE + 1]; in try_pkcs12() local
570 if (!ossl_pw_get_passphrase(tpass, sizeof(tpass) - 1, in try_pkcs12()
577 pass = tpass; in try_pkcs12()
643 OPENSSL_cleanse(tpass, sizeof(tpass)); in try_pkcs12()
/freebsd/crypto/openssl/engines/
H A De_loader_attic.c319 char tpass[PEM_BUFSIZE]; in try_decode_PKCS12() local
331 if ((pass = file_get_pass(ui_method, tpass, PEM_BUFSIZE, in try_decode_PKCS12()
/freebsd/crypto/openssl/apps/lib/
H A Dapps.c259 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()