Home
last modified time | relevance | path

Searched refs:load_pkey_pem (Results 1 – 9 of 9) sorted by relevance

/freebsd/crypto/openssl/test/testutil/
H A Dload.c69 EVP_PKEY *load_pkey_pem(const char *file, OSSL_LIB_CTX *libctx) in load_pkey_pem() function
/freebsd/crypto/openssl/test/
H A Dpemtest.c92 if (!TEST_ptr(key = load_pkey_pem(pemfile, NULL))) in test_cert_key_cert()
H A Dcmp_client_test.c512 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 Dcmp_protect_test.c576 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 Dendecoder_legacy_test.c700 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 Dthreadstest.c515 if (!TEST_ptr(shared_evp_pkey = load_pkey_pem(privkey, multi_libctx))) in test_multi()
H A Dcmp_msg_test.c568 if (!TEST_ptr(newkey = load_pkey_pem(newkey_f, libctx)) in OPT_TEST_DECLARE_USAGE()
H A Dendecode_test.c1397 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 Dtestutil.h629 EVP_PKEY *load_pkey_pem(const char *file, OSSL_LIB_CTX *libctx);