Searched refs:blue (Results 1 – 1 of 1) sorted by relevance
258 OSSL_PROPERTY_LIST *red, *blue; in test_property_defn_cache() local264 && TEST_ptr(blue = ossl_parse_property(NULL, "blue")) in test_property_defn_cache()265 && TEST_ptr_ne(red, blue) in test_property_defn_cache()267 && TEST_true(ossl_prop_defn_set(NULL, "blue", blue)) in test_property_defn_cache()269 && TEST_ptr_eq(ossl_prop_defn_get(NULL, "blue"), blue)) in test_property_defn_cache()
Completed in 3 milliseconds