/third_party/node/deps/openssl/openssl/providers/fips/ |
H A D | fips_entry.c | 13 OSSL_provider_init(const OSSL_CORE_HANDLE *handle, const OSSL_DISPATCH *in, const OSSL_DISPATCH **out, void **provctx) OSSL_provider_init() argument
|
/third_party/node/deps/openssl/openssl/providers/implementations/digests/ |
H A D | md5_sha1_prov.c | 33 md5_sha1_settable_ctx_params(ossl_unused void *ctx, ossl_unused void *provctx) md5_sha1_settable_ctx_params() argument
|
H A D | mdc2_prov.c | 33 mdc2_settable_ctx_params(ossl_unused void *ctx, ossl_unused void *provctx) mdc2_settable_ctx_params() argument
|
H A D | digestcommon.c | 51 const OSSL_PARAM *ossl_digest_default_gettable_params(void *provctx) in ossl_digest_default_gettable_params() argument
|
H A D | sha2_prov.c | 36 sha1_settable_ctx_params(ossl_unused void *ctx, ossl_unused void *provctx) sha1_settable_ctx_params() argument
|
/third_party/openssl/providers/fips/ |
H A D | fips_entry.c | 13 OSSL_provider_init(const OSSL_CORE_HANDLE *handle, const OSSL_DISPATCH *in, const OSSL_DISPATCH **out, void **provctx) OSSL_provider_init() argument
|
/third_party/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_gcm.c | 23 static void *aes_gcm_newctx(void *provctx, size_t keybits) in aes_gcm_newctx() argument
|
H A D | cipher_aes_ccm.c | 23 static void *aes_ccm_newctx(void *provctx, size_t keybits) in aes_ccm_newctx() argument
|
H A D | cipher_sm4_gcm.c | 18 static void *sm4_gcm_newctx(void *provctx, size_t keybits) in sm4_gcm_newctx() argument
|
H A D | cipher_sm4_ccm.c | 18 static void *sm4_ccm_newctx(void *provctx, size_t keybits) in sm4_ccm_newctx() argument
|
H A D | cipher_aria_gcm.c | 16 static void *aria_gcm_newctx(void *provctx, size_t keybits) in aria_gcm_newctx() argument
|
H A D | cipher_aria_ccm.c | 18 static void *aria_ccm_newctx(void *provctx, size_t keybits) in aria_ccm_newctx() argument
|
/third_party/openssl/providers/implementations/digests/ |
H A D | mdc2_prov.c | 33 mdc2_settable_ctx_params(ossl_unused void *ctx, ossl_unused void *provctx) mdc2_settable_ctx_params() argument
|
H A D | md5_sha1_prov.c | 33 md5_sha1_settable_ctx_params(ossl_unused void *ctx, ossl_unused void *provctx) md5_sha1_settable_ctx_params() argument
|
H A D | sha2_prov.c | 36 sha1_settable_ctx_params(ossl_unused void *ctx, ossl_unused void *provctx) sha1_settable_ctx_params() argument
|
H A D | digestcommon.c | 51 const OSSL_PARAM *ossl_digest_default_gettable_params(void *provctx) in ossl_digest_default_gettable_params() argument
|
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_ccm.c | 23 static void *aes_ccm_newctx(void *provctx, size_t keybits) in aes_ccm_newctx() argument 36 static void *aes_ccm_dupctx(void *provctx) in aes_ccm_dupctx() argument
|
H A D | cipher_aes_gcm.c | 23 static void *aes_gcm_newctx(void *provctx, size_t keybits) in aes_gcm_newctx() argument 37 static void *aes_gcm_dupctx(void *provctx) in aes_gcm_dupctx() argument
|
H A D | cipher_aria_gcm.c | 16 static void *aria_gcm_newctx(void *provctx, size_t keybits) in aria_gcm_newctx() argument 30 static void *aria_gcm_dupctx(void *provctx) in aria_gcm_dupctx() argument
|
H A D | cipher_aria_ccm.c | 18 static void *aria_ccm_newctx(void *provctx, size_t keybits) in aria_ccm_newctx() argument 31 static void *aria_ccm_dupctx(void *provctx) in aria_ccm_dupctx() argument
|
/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/ |
H A D | kdf_legacy_kmgmt.c | 29 KDF_DATA *ossl_kdf_data_new(void *provctx) in ossl_kdf_data_new() argument 84 static void *kdf_newdata(void *provctx) in kdf_newdata() argument
|
/third_party/node/deps/openssl/openssl/providers/ |
H A D | nullprov.c | 35 static int null_get_params(const OSSL_PROVIDER *provctx, OSSL_PARAM params[]) in null_get_params() argument 70 ossl_null_provider_init(const OSSL_CORE_HANDLE *handle, const OSSL_DISPATCH *in, const OSSL_DISPATCH **out, void **provctx) ossl_null_provider_init() argument
|
/third_party/openssl/providers/ |
H A D | nullprov.c | 35 static int null_get_params(const OSSL_PROVIDER *provctx, OSSL_PARAM params[]) in null_get_params() argument 70 ossl_null_provider_init(const OSSL_CORE_HANDLE *handle, const OSSL_DISPATCH *in, const OSSL_DISPATCH **out, void **provctx) ossl_null_provider_init() argument
|
/third_party/openssl/providers/implementations/keymgmt/ |
H A D | kdf_legacy_kmgmt.c | 29 KDF_DATA *ossl_kdf_data_new(void *provctx) in ossl_kdf_data_new() argument 84 static void *kdf_newdata(void *provctx) in kdf_newdata() argument
|
/third_party/node/deps/openssl/openssl/providers/common/ |
H A D | capabilities.c | 217 int ossl_prov_get_capabilities(void *provctx, const char *capability, in ossl_prov_get_capabilities() argument
|