Lines Matching refs:propquery
335 static const char *propquery = NULL; variable
669 if ((digest = fetched_digest = EVP_MD_fetch(libctx, alg, propquery)) == NULL in digest_test_init()
930 if ((cipher = fetched_cipher = EVP_CIPHER_fetch(libctx, alg, propquery)) == NULL in cipher_test_init()
1605 if ((mac = EVP_MAC_fetch(libctx, alg, propquery)) == NULL) { in mac_test_init()
1772 if (!TEST_ptr(cipher = EVP_CIPHER_fetch(libctx, expected->alg, propquery))) { in mac_test_run_pkey()
2144 if (!TEST_ptr(kdata->ctx = EVP_PKEY_CTX_new_from_pkey(libctx, pkey, propquery))) in kem_test_init()
2382 if (!TEST_ptr(kdata->ctx = EVP_PKEY_CTX_new_from_pkey(libctx, pkey, propquery))) { in pkey_test_init_keyctx()
2449 = EVP_SIGNATURE_fetch(libctx, algoname, propquery))) { in pkey_test_init_ex2()
3059 propquery); in pbe_test_run()
3325 rand = EVP_RAND_fetch(libctx, name, propquery); in rand_test_init()
3600 kdf = EVP_KDF_fetch(libctx, name, propquery); in kdf_test_init()
3833 kdata->ctx = EVP_PKEY_CTX_new_from_name(libctx, name, propquery); in pkey_kdf_test_init()
4115 propquery))) in keygen_test_run()
4120 propquery))) in keygen_test_run()
5114 propquery = opt_arg(); in setup_tests()