Home
last modified time | relevance | path

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

/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.c368 if (!TEST_ptr(server_key = load_pkey_pem(server_key_f, libctx)) in OPT_TEST_DECLARE_USAGE()
370 || !TEST_ptr(client_key = load_pkey_pem(client_key_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 Dcmp_protect_test.c572 if (!TEST_ptr(loadedkey = load_pkey_pem(server_key_f, libctx)) in OPT_TEST_DECLARE_USAGE()
576 if (!TEST_ptr(loadedprivkey = load_pkey_pem(server_f, libctx))) in OPT_TEST_DECLARE_USAGE()
H A Dthreadstest.c510 || !TEST_ptr(shared_evp_pkey = load_pkey_pem(privkey, multi_libctx)) in test_multi_shared_pkey_common()
H A Dcmp_msg_test.c567 if (!TEST_ptr(newkey = load_pkey_pem(newkey_f, libctx)) in OPT_TEST_DECLARE_USAGE()
H A Dendecode_test.c1388 ok = ok && TEST_ptr(key_RSA = load_pkey_pem(rsa_file, keyctx)); in setup_tests()
1390 ok = ok && TEST_ptr(key_RSA_PSS = load_pkey_pem(rsa_pss_file, keyctx)); in setup_tests()
H A Dtestutil.h601 EVP_PKEY *load_pkey_pem(const char *file, OSSL_LIB_CTX *libctx);
/openssl/test/testutil/
H A Dload.c69 EVP_PKEY *load_pkey_pem(const char *file, OSSL_LIB_CTX *libctx) in load_pkey_pem() function

Completed in 34 milliseconds