load_pkey_pem
if (!TEST_ptr(server_key = load_pkey_pem(server_key_f, libctx))
|| !TEST_ptr(client_key = load_pkey_pem(client_key_f, libctx))
if (!TEST_ptr(newkey = load_pkey_pem(newkey_f, libctx))
if (!TEST_ptr(server_key = load_pkey_pem(server_key_f, libctx))
if (!TEST_ptr(prot_RSA_key = load_pkey_pem(prot_RSA_f, libctx)))
if (!TEST_ptr(prot_Ed_key = load_pkey_pem(prot_Ed_f, libctx)))
ok = ok && TEST_ptr(key_RSA = load_pkey_pem(rsa_file, keyctx));
ok = ok && TEST_ptr(key_RSA_PSS = load_pkey_pem(rsa_pss_file, keyctx));
if (!TEST_ptr(keys[i].key = load_pkey_pem(test_get_argument(1), NULL)))
if (!TEST_ptr(keys[i].key = load_pkey_pem(test_get_argument(0), NULL)))
if (!TEST_ptr(key = load_pkey_pem(pemfile, NULL)))
EVP_PKEY *load_pkey_pem(const char *file, OSSL_LIB_CTX *libctx);
|| !TEST_ptr(shared_evp_pkey = load_pkey_pem(privkey, multi_libctx))
|| !TEST_ptr(shared_evp_pkey = load_pkey_pem(privkey, multi_libctx)))