Searched refs:evp_set_default_properties_int (Results 1 – 4 of 4) sorted by relevance
/third_party/openssl/crypto/evp/ |
D | evp_cnf.c | 55 if (!evp_set_default_properties_int(NCONF_get0_libctx((CONF *)cnf), in alg_module_init()
|
D | evp_fetch.c | 524 int evp_set_default_properties_int(OSSL_LIB_CTX *libctx, const char *propq, in evp_set_default_properties_int() function 542 return evp_set_default_properties_int(libctx, propq, 1, 0); in EVP_set_default_properties() 554 return evp_set_default_properties_int(libctx, propq, 0, 0); in evp_default_properties_merge()
|
/third_party/openssl/crypto/ |
D | provider_child.c | 194 return evp_set_default_properties_int(ctx, props, 0, 1); in provider_global_props_cb()
|
/third_party/openssl/include/crypto/ |
D | evp.h | 904 int evp_set_default_properties_int(OSSL_LIB_CTX *libctx, const char *propq,
|