Searched refs:ossl_prop_defn_set (Results 1 - 7 of 7) sorted by relevance
/third_party/node/deps/openssl/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 | 95 int ossl_prop_defn_set(OSSL_LIB_CTX *ctx, const char *prop, in ossl_prop_defn_set() function
|
H A D | property.c | 338 if (!ossl_prop_defn_set(store->ctx, properties, &impl->properties)) { in ossl_method_store_add()
|
/third_party/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 | 95 int ossl_prop_defn_set(OSSL_LIB_CTX *ctx, const char *prop, in ossl_prop_defn_set() function
|
H A D | property.c | 340 if (!ossl_prop_defn_set(store->ctx, properties, &impl->properties)) { in ossl_method_store_add()
|
/third_party/openssl/test/ |
H A D | property_test.c | 267 && 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