Home
last modified time | relevance | path

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

/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
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()
H A 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()
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/demos/kdf/
H A Dhkdf.c47 EVP_KDF *kdf = NULL; in main() local
H A Dpbkdf2.c61 EVP_KDF *kdf = NULL; in main() local
H A Dscrypt.c63 EVP_KDF *kdf = NULL; in main() local
/openssl/providers/implementations/exchange/
H A 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
/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.c170 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.c1065 PBKDF2PARAM *kdf = NULL; in alg_print() local
1085 SCRYPT_PARAMS *kdf = NULL; in alg_print() local
H A Dlist.c312 static void collect_kdfs(EVP_KDF *kdf, void *stack) in collect_kdfs()
/openssl/crypto/pkcs12/
H A Dp12_key.c85 EVP_KDF *kdf; in PKCS12_key_gen_uni_ex() local
/openssl/ssl/
H A Dtls13_enc.c41 EVP_KDF *kdf = EVP_KDF_fetch(sctx->libctx, OSSL_KDF_NAME_TLS1_3_KDF, in tls13_hkdf_expand() local
172 EVP_KDF *kdf; in tls13_generate_secret() local
H A Dt1_enc.c35 EVP_KDF *kdf; in tls1_PRF() local
/openssl/providers/fips/
H A Dself_test_kats.c200 EVP_KDF *kdf = NULL; in self_test_kdf() local
/openssl/crypto/pem/
H A Dpvkfmt.c800 EVP_KDF *kdf; in derive_pvk_key() local
/openssl/test/
H A Devp_kdf_test.c25 EVP_KDF *kdf = EVP_KDF_fetch(libctx, name, NULL); in get_kdfbyname_libctx() local
H A Devp_test.c2704 EVP_KDF *kdf; in kdf_test_init() local

Completed in 75 milliseconds