Searched refs:ossl_prop_defn_get (Results 1 – 4 of 4) sorted by relevance
53 OSSL_PROPERTY_LIST *ossl_prop_defn_get(OSSL_LIB_CTX *ctx, const char *prop);
71 OSSL_PROPERTY_LIST *ossl_prop_defn_get(OSSL_LIB_CTX *ctx, const char *prop) in ossl_prop_defn_get() function
293 if ((impl->properties = ossl_prop_defn_get(store->ctx, properties)) == NULL) { in ossl_method_store_add()
268 && TEST_ptr_eq(ossl_prop_defn_get(NULL, "red"), red) in test_property_defn_cache()269 && TEST_ptr_eq(ossl_prop_defn_get(NULL, "blue"), blue)) in test_property_defn_cache()
Completed in 6 milliseconds