Searched refs:fake_prov1 (Results 1 - 1 of 1) sorted by relevance
/third_party/openssl/test/ |
H A D | property_test.c | 388 static const OSSL_PROVIDER *fake_prov1 = &fake_provider1; in test_property() local 396 { &fake_prov1, 1, "fast=no, colour=green", "a" }, in test_property() 397 { &fake_prov1, 1, "fast, colour=blue", "b" }, in test_property() 398 { &fake_prov1, 1, "", "-" }, in test_property() 409 { &fake_prov1, 1, "fast", "b" }, in test_property() 410 { &fake_prov1, 1, "fast=yes", "b" }, in test_property() 411 { &fake_prov1, 1, "fast=no, colour=green", "a" }, in test_property() 412 { &fake_prov1, 1, "colour=blue, fast", "b" }, in test_property() 413 { &fake_prov1, 1, "colour=blue", "b" }, in test_property() 418 { &fake_prov1, in test_property() [all...] |
Completed in 2 milliseconds