Lines Matching refs:fake_prov1
402 static const OSSL_PROVIDER *fake_prov1 = &fake_provider1; in test_property() local
410 { &fake_prov1, 1, "fast=no, colour=green", "a" }, in test_property()
411 { &fake_prov1, 1, "fast, colour=blue", "b" }, in test_property()
412 { &fake_prov1, 1, "", "-" }, in test_property()
423 { &fake_prov1, 1, "fast", "b" }, in test_property()
424 { &fake_prov1, 1, "fast=yes", "b" }, in test_property()
425 { &fake_prov1, 1, "fast=no, colour=green", "a" }, in test_property()
426 { &fake_prov1, 1, "colour=blue, fast", "b" }, in test_property()
427 { &fake_prov1, 1, "colour=blue", "b" }, in test_property()
432 { &fake_prov1, 1, "", "a" }, in test_property()
477 if (queries[i].prov == &fake_prov1) { in test_property()
481 &fake_prov1, &result)) in test_property()
482 || !TEST_ptr_eq(fake_prov1, &fake_provider1) in test_property()
492 &fake_prov1, &result)) in test_property()
493 || !TEST_ptr_eq(fake_prov1, &fake_provider1) in test_property()