Lines Matching refs:OSSL_PROPERTY_LIST
281 static OSSL_PROPERTY_LIST *
286 OSSL_PROPERTY_LIST *r; in stack_to_property_list()
315 OSSL_PROPERTY_LIST *ossl_parse_property(OSSL_LIB_CTX *ctx, const char *defn) in ossl_parse_property()
318 OSSL_PROPERTY_LIST *res = NULL; in ossl_parse_property()
374 OSSL_PROPERTY_LIST *ossl_parse_query(OSSL_LIB_CTX *ctx, const char *s, in ossl_parse_query()
378 OSSL_PROPERTY_LIST *res = NULL; in ossl_parse_query()
441 int ossl_property_match_count(const OSSL_PROPERTY_LIST *query, in ossl_property_match_count()
442 const OSSL_PROPERTY_LIST *defn) in ossl_property_match_count()
499 void ossl_property_free(OSSL_PROPERTY_LIST *p) in ossl_property_free()
508 OSSL_PROPERTY_LIST *ossl_property_merge(const OSSL_PROPERTY_LIST *a, in ossl_property_merge()
509 const OSSL_PROPERTY_LIST *b) in ossl_property_merge()
514 OSSL_PROPERTY_LIST *r; in ossl_property_merge()
643 const OSSL_PROPERTY_LIST *list, char *buf, in ossl_property_list_to_string()