Searched refs:shared_evp_pkey (Results 1 – 1 of 1) sorted by relevance
386 static EVP_PKEY *shared_evp_pkey = NULL; variable401 ctx = EVP_PKEY_CTX_new_from_pkey(multi_libctx, shared_evp_pkey, in thread_shared_evp_pkey()414 ctx = EVP_PKEY_CTX_new_from_pkey(multi_libctx, shared_evp_pkey, NULL); in thread_shared_evp_pkey()442 if (EVP_PKEY_get0_RSA(shared_evp_pkey) == NULL) in thread_downgrade_shared_evp_pkey()515 if (!TEST_ptr(shared_evp_pkey = load_pkey_pem(privkey, multi_libctx))) in test_multi()559 EVP_PKEY_free(shared_evp_pkey); in test_multi()560 shared_evp_pkey = NULL; in test_multi()