Home
last modified time | relevance | path

Searched defs:kdf (Results 1 – 25 of 51) sorted by relevance

123

/third_party/node/deps/openssl/openssl/crypto/evp/
Dkdf_meth.c22 EVP_KDF *kdf = (EVP_KDF *)vkdf; in evp_kdf_up_ref() local
31 EVP_KDF *kdf = (EVP_KDF *)vkdf; in evp_kdf_free() local
48 EVP_KDF *kdf = NULL; in evp_kdf_new() local
64 EVP_KDF *kdf = NULL; in evp_kdf_from_algorithm() local
168 int EVP_KDF_up_ref(EVP_KDF *kdf) in EVP_KDF_up_ref()
173 void EVP_KDF_free(EVP_KDF *kdf) in EVP_KDF_free()
178 const OSSL_PARAM *EVP_KDF_gettable_params(const EVP_KDF *kdf) in EVP_KDF_gettable_params()
185 const OSSL_PARAM *EVP_KDF_gettable_ctx_params(const EVP_KDF *kdf) in EVP_KDF_gettable_ctx_params()
195 const OSSL_PARAM *EVP_KDF_settable_ctx_params(const EVP_KDF *kdf) in EVP_KDF_settable_ctx_params()
226 void (*fn)(EVP_KDF *kdf, void *arg), in EVP_KDF_do_all_provided()
Dkdf_lib.c23 EVP_KDF_CTX *EVP_KDF_CTX_new(EVP_KDF *kdf) in EVP_KDF_CTX_new()
83 int evp_kdf_get_number(const EVP_KDF *kdf) in evp_kdf_get_number()
88 const char *EVP_KDF_get0_name(const EVP_KDF *kdf) in EVP_KDF_get0_name()
93 const char *EVP_KDF_get0_description(const EVP_KDF *kdf) in EVP_KDF_get0_description()
98 int EVP_KDF_is_a(const EVP_KDF *kdf, const char *name) in EVP_KDF_is_a()
103 const OSSL_PROVIDER *EVP_KDF_get0_provider(const EVP_KDF *kdf) in EVP_KDF_get0_provider()
155 int EVP_KDF_get_params(EVP_KDF *kdf, OSSL_PARAM params[]) in EVP_KDF_get_params()
176 int EVP_KDF_names_do_all(const EVP_KDF *kdf, in EVP_KDF_names_do_all()
Dp5_crpt2.c29 EVP_KDF *kdf; in ossl_pkcs5_pbkdf2_hmac_ex() local
121 EVP_PBE_KEYGEN_EX *kdf; in PKCS5_v2_PBE_keyivgen_ex() local
190 PBKDF2PARAM *kdf = NULL; in PKCS5_v2_PBKDF2_keyivgen_ex() local
Dpbe_scrypt.c45 EVP_KDF *kdf; in EVP_PBE_scrypt_ex() local
Dp5_crpt.c39 EVP_KDF *kdf; in PKCS5_PBE_keyivgen_ex() local
/third_party/openssl/crypto/evp/
Dkdf_meth.c22 EVP_KDF *kdf = (EVP_KDF *)vkdf; in evp_kdf_up_ref() local
31 EVP_KDF *kdf = (EVP_KDF *)vkdf; in evp_kdf_free() local
48 EVP_KDF *kdf = NULL; in evp_kdf_new() local
64 EVP_KDF *kdf = NULL; in evp_kdf_from_algorithm() local
168 int EVP_KDF_up_ref(EVP_KDF *kdf) in EVP_KDF_up_ref()
173 void EVP_KDF_free(EVP_KDF *kdf) in EVP_KDF_free()
178 const OSSL_PARAM *EVP_KDF_gettable_params(const EVP_KDF *kdf) in EVP_KDF_gettable_params()
185 const OSSL_PARAM *EVP_KDF_gettable_ctx_params(const EVP_KDF *kdf) in EVP_KDF_gettable_ctx_params()
195 const OSSL_PARAM *EVP_KDF_settable_ctx_params(const EVP_KDF *kdf) in EVP_KDF_settable_ctx_params()
226 void (*fn)(EVP_KDF *kdf, void *arg), in EVP_KDF_do_all_provided()
Dkdf_lib.c23 EVP_KDF_CTX *EVP_KDF_CTX_new(EVP_KDF *kdf) in EVP_KDF_CTX_new()
83 int evp_kdf_get_number(const EVP_KDF *kdf) in evp_kdf_get_number()
88 const char *EVP_KDF_get0_name(const EVP_KDF *kdf) in EVP_KDF_get0_name()
93 const char *EVP_KDF_get0_description(const EVP_KDF *kdf) in EVP_KDF_get0_description()
98 int EVP_KDF_is_a(const EVP_KDF *kdf, const char *name) in EVP_KDF_is_a()
103 const OSSL_PROVIDER *EVP_KDF_get0_provider(const EVP_KDF *kdf) in EVP_KDF_get0_provider()
155 int EVP_KDF_get_params(EVP_KDF *kdf, OSSL_PARAM params[]) in EVP_KDF_get_params()
176 int EVP_KDF_names_do_all(const EVP_KDF *kdf, in EVP_KDF_names_do_all()
Dp5_crpt2.c29 EVP_KDF *kdf; in ossl_pkcs5_pbkdf2_hmac_ex() local
121 EVP_PBE_KEYGEN_EX *kdf; in PKCS5_v2_PBE_keyivgen_ex() local
190 PBKDF2PARAM *kdf = NULL; in PKCS5_v2_PBKDF2_keyivgen_ex() local
Dpbe_scrypt.c45 EVP_KDF *kdf; in EVP_PBE_scrypt_ex() local
Dp5_crpt.c39 EVP_KDF *kdf; in PKCS5_PBE_keyivgen_ex() local
/third_party/openssl/demos/kdf/
Dhkdf.c47 EVP_KDF *kdf = NULL; in main() local
Dpbkdf2.c61 EVP_KDF *kdf = NULL; in main() local
Dscrypt.c63 EVP_KDF *kdf = NULL; in main() local
/third_party/openssl/providers/implementations/exchange/
Dkdf_exch.c44 EVP_KDF *kdf = NULL; in kdf_newctx() local
176 EVP_KDF *kdf = EVP_KDF_fetch(PROV_LIBCTX_OF(provctx), kdfname, in kdf_settable_ctx_params() local
/third_party/node/deps/openssl/openssl/providers/implementations/exchange/
Dkdf_exch.c44 EVP_KDF *kdf = NULL; in kdf_newctx() local
176 EVP_KDF *kdf = EVP_KDF_fetch(PROV_LIBCTX_OF(provctx), kdfname, in kdf_settable_ctx_params() local
/third_party/node/deps/openssl/openssl/crypto/ec/
Decdh_kdf.c34 EVP_KDF *kdf = EVP_KDF_fetch(libctx, OSSL_KDF_NAME_X963KDF, propq); in ossl_ecdh_kdf_X9_63() local
/third_party/openssl/crypto/ec/
Decdh_kdf.c34 EVP_KDF *kdf = EVP_KDF_fetch(libctx, OSSL_KDF_NAME_X963KDF, propq); in ossl_ecdh_kdf_X9_63() local
/third_party/openssl/crypto/dh/
Ddh_kdf.c37 EVP_KDF *kdf = NULL; in ossl_dh_kdf_X9_42_asn1() local
/third_party/node/deps/openssl/openssl/crypto/dh/
Ddh_kdf.c37 EVP_KDF *kdf = NULL; in ossl_dh_kdf_X9_42_asn1() local
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dmod.rs51 mod kdf; module
/third_party/openssl/crypto/asn1/
Dp5_pbev2.c169 PBKDF2PARAM *kdf = NULL; in PKCS5_pbkdf2_set_ex() local
/third_party/node/deps/openssl/openssl/crypto/asn1/
Dp5_pbev2.c169 PBKDF2PARAM *kdf = NULL; in PKCS5_pbkdf2_set_ex() local
/third_party/node/deps/openssl/openssl/apps/
Dkdf.c80 EVP_KDF *kdf = NULL; in kdf_main() local
/third_party/openssl/apps/
Dkdf.c80 EVP_KDF *kdf = NULL; in kdf_main() local
/third_party/node/deps/ngtcp2/ngtcp2/crypto/openssl/
Dopenssl.c330 EVP_KDF *kdf = EVP_KDF_fetch(NULL, "hkdf", NULL); in ngtcp2_crypto_hkdf_extract() local
385 EVP_KDF *kdf = EVP_KDF_fetch(NULL, "hkdf", NULL); in ngtcp2_crypto_hkdf_expand() local
439 EVP_KDF *kdf = EVP_KDF_fetch(NULL, "hkdf", NULL); in ngtcp2_crypto_hkdf() local

123