Home
last modified time | relevance | path

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

/openssl/crypto/property/
H A Dproperty_local.h54 int ossl_prop_defn_set(OSSL_LIB_CTX *ctx, const char *prop,
H A Ddefn_cache.c89 int ossl_prop_defn_set(OSSL_LIB_CTX *ctx, const char *prop, in ossl_prop_defn_set() function
H A Dproperty.c332 if (!ossl_prop_defn_set(store->ctx, properties, &impl->properties)) { in ossl_method_store_add()
/openssl/test/
H A Dproperty_test.c303 && TEST_true(ossl_prop_defn_set(NULL, "red", &red)); in test_property_defn_cache()
312 r = r && TEST_true(ossl_prop_defn_set(NULL, "blue", &blue)); in test_property_defn_cache()
322 && TEST_true(ossl_prop_defn_set(NULL, "blue", &blue2)); in test_property_defn_cache()

Completed in 13 milliseconds