Home
last modified time | relevance | path

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

/openssl/crypto/property/
H A Dproperty_local.h53 OSSL_PROPERTY_LIST *ossl_prop_defn_get(OSSL_LIB_CTX *ctx, const char *prop);
H A Ddefn_cache.c66 OSSL_PROPERTY_LIST *ossl_prop_defn_get(OSSL_LIB_CTX *ctx, const char *prop) in ossl_prop_defn_get() function
H A Dproperty.c328 if ((impl->properties = ossl_prop_defn_get(store->ctx, properties)) == NULL) { in ossl_method_store_add()
/openssl/test/
H A Dproperty_test.c318 r = r && TEST_ptr_eq(ossl_prop_defn_get(NULL, "red"), red) in test_property_defn_cache()
319 && TEST_ptr_eq(ossl_prop_defn_get(NULL, "blue"), blue) in test_property_defn_cache()
329 && TEST_ptr_eq(ossl_prop_defn_get(NULL, "blue"), blue); in test_property_defn_cache()

Completed in 11 milliseconds