Lines Matching refs:OSSL_PROPERTY_LIST
311 static OSSL_PROPERTY_LIST *
316 OSSL_PROPERTY_LIST *r; in stack_to_property_list()
345 OSSL_PROPERTY_LIST *ossl_parse_property(OSSL_LIB_CTX *ctx, const char *defn) in ossl_parse_property()
348 OSSL_PROPERTY_LIST *res = NULL; in ossl_parse_property()
404 OSSL_PROPERTY_LIST *ossl_parse_query(OSSL_LIB_CTX *ctx, const char *s, in ossl_parse_query()
408 OSSL_PROPERTY_LIST *res = NULL; in ossl_parse_query()
471 int ossl_property_match_count(const OSSL_PROPERTY_LIST *query, in ossl_property_match_count()
472 const OSSL_PROPERTY_LIST *defn) in ossl_property_match_count()
529 void ossl_property_free(OSSL_PROPERTY_LIST *p) in ossl_property_free()
538 OSSL_PROPERTY_LIST *ossl_property_merge(const OSSL_PROPERTY_LIST *a, in ossl_property_merge()
539 const OSSL_PROPERTY_LIST *b) in ossl_property_merge()
544 OSSL_PROPERTY_LIST *r; in ossl_property_merge()
699 const OSSL_PROPERTY_LIST *list, char *buf, in ossl_property_list_to_string()