Lines Matching refs:propq
25 static int fetch_sig(OSSL_LIB_CTX *ctx, const char *alg, const char *propq, in fetch_sig() argument
29 EVP_SIGNATURE *sig = EVP_SIGNATURE_fetch(ctx, "RSA", propq); in fetch_sig()
251 const char *propq = idx == 0 ? "?provider=fake-rsa" in test_pkey_store() local
262 propq))) in test_pkey_store()
267 if (!TEST_ptr(ctx = OSSL_STORE_open_ex("fake_rsa:test", libctx, propq, in test_pkey_store()
302 const char *propq = "?provider=fake-rsa"; in test_pkey_delete() local
312 propq))) in test_pkey_delete()
318 if (!TEST_ptr(ctx = OSSL_STORE_open_ex("fake_rsa:test", libctx, propq, in test_pkey_delete()
336 if (!TEST_int_eq(OSSL_STORE_delete("fake_rsa:test", libctx, propq, in test_pkey_delete()
343 if (!TEST_ptr(ctx = OSSL_STORE_open_ex("fake_rsa:test", libctx, propq, in test_pkey_delete()
383 const char *propq = "?provider=fake-rsa"; in test_pkey_store_open_ex() local
394 propq))) in test_pkey_store_open_ex()
405 if (!TEST_ptr(ctx = OSSL_STORE_open_ex("fake_rsa:openpwtest", libctx, propq, in test_pkey_store_open_ex()
412 propq, NULL, NULL, NULL, NULL, in test_pkey_store_open_ex()