Searched refs:fake_prov2 (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/openssl/test/ |
H A D | property_test.c | 403 static const OSSL_PROVIDER *fake_prov2 = &fake_provider2; in test_property() local 413 { &fake_prov2, 9, "sky=blue, furry", "c" }, in test_property() 414 { &fake_prov2, 3, NULL, "d" }, in test_property() 415 { &fake_prov2, 6, "sky.colour=blue, sky=green, old.data", "e" }, in test_property() 428 { &fake_prov2, 9, "furry", "c" }, in test_property() 429 { &fake_prov2, 6, "sky.colour=blue", "e" }, in test_property() 430 { &fake_prov2, 6, "old.data", "e" }, in test_property() 431 { &fake_prov2, 9, "furry=yes, sky=blue", "c" }, in test_property() 433 { &fake_prov2, 3, "", "d" }, in test_property() 509 if (queries[i].prov == &fake_prov2) { in test_property() [all …]
|