Home
last modified time | relevance | path

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

/openssl/test/
H A Dcmp_protect_test.c67 static EVP_PKEY *loadedkey = NULL; variable
239 || !TEST_true(OSSL_CMP_CTX_set1_pkey(fixture->cmp_ctx, loadedkey)) in test_MSG_protect_with_certificate_and_key()
258 || !TEST_true(OSSL_CMP_CTX_set0_newPkey(ctx, 1, loadedkey))) { in test_MSG_protect_certificate_based_without_cert()
262 EVP_PKEY_up_ref(loadedkey); in test_MSG_protect_certificate_based_without_cert()
523 EVP_PKEY_free(loadedkey); in cleanup_tests()
572 if (!TEST_ptr(loadedkey = load_pkey_pem(server_key_f, libctx)) in OPT_TEST_DECLARE_USAGE()

Completed in 8 milliseconds