| /third_party/node/deps/openssl/openssl/crypto/evp/ |
| D | kdf_meth.c | 22 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()
|
| D | kdf_lib.c | 23 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()
|
| D | p5_crpt2.c | 29 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
|
| D | pbe_scrypt.c | 45 EVP_KDF *kdf; in EVP_PBE_scrypt_ex() local
|
| D | p5_crpt.c | 39 EVP_KDF *kdf; in PKCS5_PBE_keyivgen_ex() local
|
| /third_party/openssl/crypto/evp/ |
| D | kdf_meth.c | 22 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()
|
| D | kdf_lib.c | 23 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()
|
| D | p5_crpt2.c | 29 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
|
| D | pbe_scrypt.c | 45 EVP_KDF *kdf; in EVP_PBE_scrypt_ex() local
|
| D | p5_crpt.c | 39 EVP_KDF *kdf; in PKCS5_PBE_keyivgen_ex() local
|
| /third_party/openssl/demos/kdf/ |
| D | hkdf.c | 47 EVP_KDF *kdf = NULL; in main() local
|
| D | pbkdf2.c | 61 EVP_KDF *kdf = NULL; in main() local
|
| D | scrypt.c | 63 EVP_KDF *kdf = NULL; in main() local
|
| /third_party/openssl/providers/implementations/exchange/ |
| D | kdf_exch.c | 44 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/ |
| D | kdf_exch.c | 44 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/ |
| D | ecdh_kdf.c | 34 EVP_KDF *kdf = EVP_KDF_fetch(libctx, OSSL_KDF_NAME_X963KDF, propq); in ossl_ecdh_kdf_X9_63() local
|
| /third_party/openssl/crypto/ec/ |
| D | ecdh_kdf.c | 34 EVP_KDF *kdf = EVP_KDF_fetch(libctx, OSSL_KDF_NAME_X963KDF, propq); in ossl_ecdh_kdf_X9_63() local
|
| /third_party/openssl/crypto/dh/ |
| D | dh_kdf.c | 37 EVP_KDF *kdf = NULL; in ossl_dh_kdf_X9_42_asn1() local
|
| /third_party/node/deps/openssl/openssl/crypto/dh/ |
| D | dh_kdf.c | 37 EVP_KDF *kdf = NULL; in ossl_dh_kdf_X9_42_asn1() local
|
| /third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
| D | mod.rs | 51 mod kdf; module
|
| /third_party/openssl/crypto/asn1/ |
| D | p5_pbev2.c | 169 PBKDF2PARAM *kdf = NULL; in PKCS5_pbkdf2_set_ex() local
|
| /third_party/node/deps/openssl/openssl/crypto/asn1/ |
| D | p5_pbev2.c | 169 PBKDF2PARAM *kdf = NULL; in PKCS5_pbkdf2_set_ex() local
|
| /third_party/node/deps/openssl/openssl/apps/ |
| D | kdf.c | 80 EVP_KDF *kdf = NULL; in kdf_main() local
|
| /third_party/openssl/apps/ |
| D | kdf.c | 80 EVP_KDF *kdf = NULL; in kdf_main() local
|
| /third_party/node/deps/ngtcp2/ngtcp2/crypto/openssl/ |
| D | openssl.c | 330 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
|