Lines Matching defs:testctx
48 static OSSL_LIB_CTX *testctx = NULL;
318 testctx, testpropq))
371 if (!TEST_FL_ptr(cipher = EVP_CIPHER_fetch(testctx, pcipher, testpropq)))
457 pass_pw, (void *)pass, testctx, testpropq), 0)
531 EVP_PKEY *pkey = EVP_PKCS82PKEY_ex(p8inf, testctx, testpropq);
793 OSSL_PROVIDER *lgcyprov = OSSL_PROVIDER_load(testctx, "legacy");
812 EVP_PKEY *pkey = d2i_PUBKEY_ex(NULL, &datap, data_len, testctx, testpropq);
1335 if (!test_get_libctx(&testctx, &nullprov, config_file, &deflprov, prov_name))
1340 is_fips_3_0_0 = is_fips && fips_provider_version_eq(testctx, 3, 0, 0);
1349 if (!TEST_ptr(bnctx = BN_CTX_new_ex(testctx))
1514 OSSL_LIB_CTX_free(testctx);