Searched refs:ossl_prop_defn_set (Results 1 – 4 of 4) sorted by relevance
/openssl/crypto/property/ |
H A D | property_local.h | 54 int ossl_prop_defn_set(OSSL_LIB_CTX *ctx, const char *prop,
|
H A D | defn_cache.c | 89 int ossl_prop_defn_set(OSSL_LIB_CTX *ctx, const char *prop, in ossl_prop_defn_set() function
|
H A D | property.c | 332 if (!ossl_prop_defn_set(store->ctx, properties, &impl->properties)) { in ossl_method_store_add()
|
/openssl/test/ |
H A D | property_test.c | 303 && 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 12 milliseconds