Lines Matching refs:blue
295 OSSL_PROPERTY_LIST *red = NULL, *blue = NULL, *blue2 = NULL; in test_property_defn_cache() local
301 && 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()
312 r = r && TEST_true(ossl_prop_defn_set(NULL, "blue", &blue)); 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()
329 && TEST_ptr_eq(ossl_prop_defn_get(NULL, "blue"), blue); in test_property_defn_cache()