Lines Matching defs:keyctx
49 static OSSL_LIB_CTX *keyctx = NULL;
83 return get_dh512(keyctx);
86 return get_dhx512(keyctx);
93 (void)((ctx = EVP_PKEY_CTX_new_from_name(keyctx, type, testpropq)) != NULL
111 ? EVP_PKEY_CTX_new_from_pkey(keyctx, template, testpropq)
112 : EVP_PKEY_CTX_new_from_name(keyctx, type, testpropq);
1343 if (!TEST_ptr(keyctx = OSSL_LIB_CTX_new()))
1345 if (!TEST_ptr(keyprov = OSSL_PROVIDER_load(keyctx, "default")))
1397 ok = ok && TEST_ptr(key_RSA = load_pkey_pem(rsa_file, keyctx));
1399 ok = ok && TEST_ptr(key_RSA_PSS = load_pkey_pem(rsa_pss_file, keyctx));
1515 OSSL_LIB_CTX_free(keyctx);