Searched refs:load_pkey_pem (Results 1 – 9 of 9) sorted by relevance
/freebsd/crypto/openssl/test/testutil/ |
H A D | load.c | 69 EVP_PKEY *load_pkey_pem(const char *file, OSSL_LIB_CTX *libctx) in load_pkey_pem() function
|
/freebsd/crypto/openssl/test/ |
H A D | pemtest.c | 92 if (!TEST_ptr(key = load_pkey_pem(pemfile, NULL))) in test_cert_key_cert()
|
H A D | cmp_client_test.c | 512 if (!TEST_ptr(server_key = load_pkey_pem(server_key_f, libctx)) in OPT_TEST_DECLARE_USAGE() 514 || !TEST_ptr(client_key = load_pkey_pem(client_key_f, libctx)) in OPT_TEST_DECLARE_USAGE()
|
H A D | cmp_protect_test.c | 576 if (!TEST_ptr(loadedkey = load_pkey_pem(server_key_f, libctx)) in OPT_TEST_DECLARE_USAGE() 580 if (!TEST_ptr(loadedprivkey = load_pkey_pem(server_f, libctx))) in OPT_TEST_DECLARE_USAGE()
|
H A D | endecoder_legacy_test.c | 700 load_pkey_pem(test_get_argument(1), NULL))) in OPT_TEST_DECLARE_USAGE() 708 load_pkey_pem(test_get_argument(0), NULL))) in OPT_TEST_DECLARE_USAGE()
|
H A D | threadstest.c | 515 if (!TEST_ptr(shared_evp_pkey = load_pkey_pem(privkey, multi_libctx))) in test_multi()
|
H A D | cmp_msg_test.c | 568 if (!TEST_ptr(newkey = load_pkey_pem(newkey_f, libctx)) in OPT_TEST_DECLARE_USAGE()
|
H A D | endecode_test.c | 1397 ok = ok && TEST_ptr(key_RSA = load_pkey_pem(rsa_file, keyctx)); in setup_tests() 1399 ok = ok && TEST_ptr(key_RSA_PSS = load_pkey_pem(rsa_pss_file, keyctx)); in setup_tests()
|
H A D | testutil.h | 629 EVP_PKEY *load_pkey_pem(const char *file, OSSL_LIB_CTX *libctx);
|