Home
last modified time | relevance | path

Searched refs:ossl_prop_defn_get (Results 1 – 4 of 4) sorted by relevance

/openssl-master/crypto/property/
A Dproperty_local.h53 OSSL_PROPERTY_LIST *ossl_prop_defn_get(OSSL_LIB_CTX *ctx, const char *prop);
A Ddefn_cache.c71 OSSL_PROPERTY_LIST *ossl_prop_defn_get(OSSL_LIB_CTX *ctx, const char *prop) in ossl_prop_defn_get() function
A Dproperty.c293 if ((impl->properties = ossl_prop_defn_get(store->ctx, properties)) == NULL) { in ossl_method_store_add()
/openssl-master/test/
A Dproperty_test.c268 && 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