Searched refs:blue (Results 1 – 1 of 1) sorted by relevance
295 OSSL_PROPERTY_LIST *red = NULL, *blue = NULL, *blue2 = NULL; in test_property_defn_cache() local301 && TEST_ptr(blue = ossl_parse_property(NULL, "blue")) in test_property_defn_cache()302 && TEST_ptr_ne(red, blue) in test_property_defn_cache()308 ossl_property_free(blue); in test_property_defn_cache()309 blue = NULL; in test_property_defn_cache()314 ossl_property_free(blue); in test_property_defn_cache()315 blue = NULL; in test_property_defn_cache()319 && TEST_ptr_eq(ossl_prop_defn_get(NULL, "blue"), blue) in test_property_defn_cache()321 && TEST_ptr_ne(blue2, blue) in test_property_defn_cache()328 r = r && TEST_ptr_eq(blue2, blue) in test_property_defn_cache()[all …]
Completed in 6 milliseconds