Home
last modified time | relevance | path

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

12

/openssl/crypto/evp/
H A 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
63 EVP_KDF *kdf = NULL; in evp_kdf_from_algorithm() local
167 int EVP_KDF_up_ref(EVP_KDF *kdf) in EVP_KDF_up_ref()
172 void EVP_KDF_free(EVP_KDF *kdf) in EVP_KDF_free()
177 const OSSL_PARAM *EVP_KDF_gettable_params(const EVP_KDF *kdf) in EVP_KDF_gettable_params()
184 const OSSL_PARAM *EVP_KDF_gettable_ctx_params(const EVP_KDF *kdf) in EVP_KDF_gettable_ctx_params()
194 const OSSL_PARAM *EVP_KDF_settable_ctx_params(const EVP_KDF *kdf) in EVP_KDF_settable_ctx_params()
225 void (*fn)(EVP_KDF *kdf, void *arg), in EVP_KDF_do_all_provided()
H A Dkdf_lib.c23 EVP_KDF_CTX *EVP_KDF_CTX_new(EVP_KDF *kdf) in EVP_KDF_CTX_new()
81 int evp_kdf_get_number(const EVP_KDF *kdf) in evp_kdf_get_number()
86 const char *EVP_KDF_get0_name(const EVP_KDF *kdf) in EVP_KDF_get0_name()
91 const char *EVP_KDF_get0_description(const EVP_KDF *kdf) in EVP_KDF_get0_description()
96 int EVP_KDF_is_a(const EVP_KDF *kdf, const char *name) in EVP_KDF_is_a()
101 const OSSL_PROVIDER *EVP_KDF_get0_provider(const EVP_KDF *kdf) in EVP_KDF_get0_provider()
153 int EVP_KDF_get_params(EVP_KDF *kdf, OSSL_PARAM params[]) in EVP_KDF_get_params()
174 int EVP_KDF_names_do_all(const EVP_KDF *kdf, in EVP_KDF_names_do_all()
H A 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
H A Dpbe_scrypt.c45 EVP_KDF *kdf; in EVP_PBE_scrypt_ex() local
H A Dp5_crpt.c39 EVP_KDF *kdf; in PKCS5_PBE_keyivgen_ex() local
H A Dec_ctrl.c111 int EVP_PKEY_CTX_set_ecdh_kdf_type(EVP_PKEY_CTX *ctx, int kdf) in EVP_PKEY_CTX_set_ecdh_kdf_type()
H A Ddh_ctrl.c180 int EVP_PKEY_CTX_set_dh_kdf_type(EVP_PKEY_CTX *ctx, int kdf) in EVP_PKEY_CTX_set_dh_kdf_type()
/openssl/providers/implementations/exchange/
H A Dkdf_exch.c48 EVP_KDF *kdf = NULL; in kdf_newctx() local
187 EVP_KDF *kdf = EVP_KDF_fetch(PROV_LIBCTX_OF(provctx), kdfname, in kdf_settable_ctx_params() local
215 EVP_KDF *kdf = EVP_KDF_fetch(PROV_LIBCTX_OF(provctx), kdfname, in kdf_gettable_ctx_params() local
/openssl/demos/kdf/
H A Dpbkdf2.c61 EVP_KDF *kdf = NULL; in main() local
H A Dhkdf.c47 EVP_KDF *kdf = NULL; in main() local
H A Dscrypt.c63 EVP_KDF *kdf = NULL; in main() local
H A Dargon2.c78 EVP_KDF *kdf = NULL; in main() local
/openssl/crypto/ec/
H A Decdh_kdf.c34 EVP_KDF *kdf = EVP_KDF_fetch(libctx, OSSL_KDF_NAME_X963KDF, propq); in ossl_ecdh_kdf_X9_63() local
/openssl/crypto/dh/
H A Ddh_kdf.c36 EVP_KDF *kdf = NULL; in ossl_dh_kdf_X9_42_asn1() local
/openssl/crypto/asn1/
H A Dp5_pbev2.c187 PBKDF2PARAM *kdf = NULL; in PKCS5_pbkdf2_set_ex() local
/openssl/apps/
H A Dkdf.c80 EVP_KDF *kdf = NULL; in kdf_main() local
H A Dpkcs12.c1164 PBKDF2PARAM *kdf = NULL; in alg_print() local
1184 SCRYPT_PARAMS *kdf = NULL; in alg_print() local
/openssl/crypto/pkcs12/
H A Dp12_npas.c203 PBKDF2PARAM *kdf = NULL; in alg_get() local
H A Dp12_key.c85 EVP_KDF *kdf; in PKCS12_key_gen_uni_ex() local
/openssl/crypto/
H A Ddeterministic_nonce.c137 EVP_KDF *kdf = NULL; in kdf_setup() local
/openssl/crypto/hpke/
H A Dhpke_util.c396 EVP_KDF *kdf; in ossl_kdf_ctx_create() local
453 uint16_t kem = 0, kdf = 0, aead = 0; in ossl_hpke_str2suite() local
/openssl/ssl/
H A Dt1_enc.c35 EVP_KDF *kdf; in tls1_PRF() local
H A Dtls13_enc.c39 EVP_KDF *kdf = EVP_KDF_fetch(libctx, OSSL_KDF_NAME_TLS1_3_KDF, propq); in tls13_hkdf_expand_ex() local
172 EVP_KDF *kdf; in tls13_generate_secret() local
/openssl/ssl/quic/
H A Dquic_record_util.c30 EVP_KDF *kdf = NULL; in ossl_quic_hkdf_extract() local
/openssl/providers/fips/
H A Dself_test_kats.c207 EVP_KDF *kdf = NULL; in self_test_kdf() local

Completed in 34 milliseconds

12