Home
last modified time | relevance | path

Searched refs:ossl_prop_defn_set (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/property/
H A Dproperty_local.h54 int ossl_prop_defn_set(OSSL_LIB_CTX *ctx, const char *prop,
H A Ddefn_cache.c95 int ossl_prop_defn_set(OSSL_LIB_CTX *ctx, const char *prop, in ossl_prop_defn_set() function
H A Dproperty.c338 if (!ossl_prop_defn_set(store->ctx, properties, &impl->properties)) { in ossl_method_store_add()
/third_party/openssl/crypto/property/
H A Dproperty_local.h54 int ossl_prop_defn_set(OSSL_LIB_CTX *ctx, const char *prop,
H A Ddefn_cache.c95 int ossl_prop_defn_set(OSSL_LIB_CTX *ctx, const char *prop, in ossl_prop_defn_set() function
H A Dproperty.c340 if (!ossl_prop_defn_set(store->ctx, properties, &impl->properties)) { in ossl_method_store_add()
/third_party/openssl/test/
H A Dproperty_test.c267 && TEST_true(ossl_prop_defn_set(NULL, "red", &red)); in test_property_defn_cache()
276 r = r && TEST_true(ossl_prop_defn_set(NULL, "blue", &blue)); in test_property_defn_cache()
286 && TEST_true(ossl_prop_defn_set(NULL, "blue", &blue2)); in test_property_defn_cache()

Completed in 5 milliseconds