Home
last modified time | relevance | path

Searched defs:provctx (Results 1 - 25 of 224) sorted by relevance

123456789

/third_party/node/deps/openssl/openssl/providers/fips/
H A Dfips_entry.c13 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 Dmd5_sha1_prov.c33 md5_sha1_settable_ctx_params(ossl_unused void *ctx, ossl_unused void *provctx) md5_sha1_settable_ctx_params() argument
H A Dmdc2_prov.c33 mdc2_settable_ctx_params(ossl_unused void *ctx, ossl_unused void *provctx) mdc2_settable_ctx_params() argument
H A Ddigestcommon.c51 const OSSL_PARAM *ossl_digest_default_gettable_params(void *provctx) in ossl_digest_default_gettable_params() argument
H A Dsha2_prov.c36 sha1_settable_ctx_params(ossl_unused void *ctx, ossl_unused void *provctx) sha1_settable_ctx_params() argument
/third_party/openssl/providers/fips/
H A Dfips_entry.c13 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 Dcipher_aes_gcm.c23 static void *aes_gcm_newctx(void *provctx, size_t keybits) in aes_gcm_newctx() argument
H A Dcipher_aes_ccm.c23 static void *aes_ccm_newctx(void *provctx, size_t keybits) in aes_ccm_newctx() argument
H A Dcipher_sm4_gcm.c18 static void *sm4_gcm_newctx(void *provctx, size_t keybits) in sm4_gcm_newctx() argument
H A Dcipher_sm4_ccm.c18 static void *sm4_ccm_newctx(void *provctx, size_t keybits) in sm4_ccm_newctx() argument
H A Dcipher_aria_gcm.c16 static void *aria_gcm_newctx(void *provctx, size_t keybits) in aria_gcm_newctx() argument
H A Dcipher_aria_ccm.c18 static void *aria_ccm_newctx(void *provctx, size_t keybits) in aria_ccm_newctx() argument
/third_party/openssl/providers/implementations/digests/
H A Dmdc2_prov.c33 mdc2_settable_ctx_params(ossl_unused void *ctx, ossl_unused void *provctx) mdc2_settable_ctx_params() argument
H A Dmd5_sha1_prov.c33 md5_sha1_settable_ctx_params(ossl_unused void *ctx, ossl_unused void *provctx) md5_sha1_settable_ctx_params() argument
H A Dsha2_prov.c36 sha1_settable_ctx_params(ossl_unused void *ctx, ossl_unused void *provctx) sha1_settable_ctx_params() argument
H A Ddigestcommon.c51 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 Dcipher_aes_ccm.c23 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 Dcipher_aes_gcm.c23 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 Dcipher_aria_gcm.c16 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 Dcipher_aria_ccm.c18 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 Dkdf_legacy_kmgmt.c29 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 Dnullprov.c35 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 Dnullprov.c35 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 Dkdf_legacy_kmgmt.c29 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 Dcapabilities.c217 int ossl_prov_get_capabilities(void *provctx, const char *capability, in ossl_prov_get_capabilities() argument

Completed in 8 milliseconds

123456789