Lines Matching defs:testctx
48 static OSSL_LIB_CTX *testctx = NULL;
306 testctx, testpropq))
359 if (!TEST_FL_ptr(cipher = EVP_CIPHER_fetch(testctx, pcipher, testpropq)))
445 pass_pw, (void *)pass, testctx, testpropq), 0)
519 EVP_PKEY *pkey = EVP_PKCS82PKEY_ex(p8inf, testctx, testpropq);
781 OSSL_PROVIDER *lgcyprov = OSSL_PROVIDER_load(testctx, "legacy");
800 EVP_PKEY *pkey = d2i_PUBKEY_ex(NULL, &datap, data_len, testctx, testpropq);
1319 if (!test_get_libctx(&testctx, &nullprov, config_file, &deflprov, prov_name))
1324 is_fips_3_0_0 = fips_provider_version_eq(testctx, 3, 0, 0);
1335 if (!TEST_ptr(bnctx = BN_CTX_new_ex(testctx))
1488 OSSL_LIB_CTX_free(testctx);