Lines Matching refs:fake_prov1
424 static const OSSL_PROVIDER *fake_prov1 = &fake_provider1; in test_property() local
432 { &fake_prov1, 1, "fast=no, colour=green", "a" }, in test_property()
433 { &fake_prov1, 1, "fast, colour=blue", "b" }, in test_property()
434 { &fake_prov1, 1, "", "-" }, in test_property()
445 { &fake_prov1, 1, "fast", "b" }, in test_property()
446 { &fake_prov1, 1, "fast=yes", "b" }, in test_property()
447 { &fake_prov1, 1, "fast=no, colour=green", "a" }, in test_property()
448 { &fake_prov1, 1, "colour=blue, fast", "b" }, in test_property()
449 { &fake_prov1, 1, "colour=blue", "b" }, in test_property()
454 { &fake_prov1, 1, "", "a" }, in test_property()
499 if (queries[i].prov == &fake_prov1) { in test_property()
503 &fake_prov1, &result)) in test_property()
504 || !TEST_ptr_eq(fake_prov1, &fake_provider1) in test_property()
514 &fake_prov1, &result)) in test_property()
515 || !TEST_ptr_eq(fake_prov1, &fake_provider1) in test_property()