ossl_parse_property
= ossl_parse_property(libctx, algodef->property_definition))
= ossl_parse_property(libctx, algodef->property_definition))
impl->properties = ossl_parse_property(store->ctx, properties);
OSSL_PROPERTY_LIST *ossl_parse_property(OSSL_LIB_CTX *ctx, const char *defn);
&& TEST_ptr(p = ossl_parse_property(NULL, parser_tests[n].defn))
} else if (!TEST_ptr_null(p = ossl_parse_property(NULL, ps))) {
&& TEST_ptr(prop = ossl_parse_property(NULL, merge_tests[n].prop))
&& TEST_ptr(red = ossl_parse_property(NULL, "red"))
&& TEST_ptr(blue = ossl_parse_property(NULL, "blue"))
&& TEST_ptr(blue2 = ossl_parse_property(NULL, "blue"))
&& TEST_ptr(d = ossl_parse_property(NULL, definition_tests[n].defn))