Symbol: EVP_KDF
crypto/krb5/src/lib/crypto/openssl/kdf.c
128
EVP_KDF *kdf = NULL;
crypto/krb5/src/lib/crypto/openssl/kdf.c
187
EVP_KDF *kdf = NULL;
crypto/krb5/src/lib/crypto/openssl/kdf.c
74
EVP_KDF *kdf = NULL;
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
2671
EVP_KDF *kdf = NULL;
crypto/openssl/apps/kdf.c
85
EVP_KDF *kdf = NULL;
crypto/openssl/apps/list.c
313
DEFINE_STACK_OF(EVP_KDF)
crypto/openssl/apps/list.c
314
static int kdf_cmp(const EVP_KDF *const *a, const EVP_KDF *const *b)
crypto/openssl/apps/list.c
320
static void collect_kdfs(EVP_KDF *kdf, void *stack)
crypto/openssl/apps/list.c
322
STACK_OF(EVP_KDF) *kdf_stack = stack;
crypto/openssl/apps/list.c
332
STACK_OF(EVP_KDF) *kdfs = sk_EVP_KDF_new(kdf_cmp);
crypto/openssl/apps/list.c
343
const EVP_KDF *k = sk_EVP_KDF_value(kdfs, i);
crypto/openssl/apps/list.c
58
IS_FETCHABLE(kdf, EVP_KDF)
crypto/openssl/apps/pkcs12.c
878
EVP_KDF *pkcs12kdf;
crypto/openssl/crypto/deterministic_nonce.c
137
EVP_KDF *kdf = NULL;
crypto/openssl/crypto/dh/dh_kdf.c
36
EVP_KDF *kdf = NULL;
crypto/openssl/crypto/ec/ecdh_kdf.c
34
EVP_KDF *kdf = EVP_KDF_fetch(libctx, OSSL_KDF_NAME_X963KDF, propq);
crypto/openssl/crypto/evp/evp_local.h
74
EVP_KDF *meth; /* Method structure */
crypto/openssl/crypto/evp/kdf_lib.c
101
const OSSL_PROVIDER *EVP_KDF_get0_provider(const EVP_KDF *kdf)
crypto/openssl/crypto/evp/kdf_lib.c
106
const EVP_KDF *EVP_KDF_CTX_kdf(EVP_KDF_CTX *ctx)
crypto/openssl/crypto/evp/kdf_lib.c
153
int EVP_KDF_get_params(EVP_KDF *kdf, OSSL_PARAM params[])
crypto/openssl/crypto/evp/kdf_lib.c
174
int EVP_KDF_names_do_all(const EVP_KDF *kdf,
crypto/openssl/crypto/evp/kdf_lib.c
23
EVP_KDF_CTX *EVP_KDF_CTX_new(EVP_KDF *kdf)
crypto/openssl/crypto/evp/kdf_lib.c
81
int evp_kdf_get_number(const EVP_KDF *kdf)
crypto/openssl/crypto/evp/kdf_lib.c
86
const char *EVP_KDF_get0_name(const EVP_KDF *kdf)
crypto/openssl/crypto/evp/kdf_lib.c
91
const char *EVP_KDF_get0_description(const EVP_KDF *kdf)
crypto/openssl/crypto/evp/kdf_lib.c
96
int EVP_KDF_is_a(const EVP_KDF *kdf, const char *name)
crypto/openssl/crypto/evp/kdf_meth.c
159
EVP_KDF *EVP_KDF_fetch(OSSL_LIB_CTX *libctx, const char *algorithm,
crypto/openssl/crypto/evp/kdf_meth.c
167
int EVP_KDF_up_ref(EVP_KDF *kdf)
crypto/openssl/crypto/evp/kdf_meth.c
172
void EVP_KDF_free(EVP_KDF *kdf)
crypto/openssl/crypto/evp/kdf_meth.c
177
const OSSL_PARAM *EVP_KDF_gettable_params(const EVP_KDF *kdf)
crypto/openssl/crypto/evp/kdf_meth.c
184
const OSSL_PARAM *EVP_KDF_gettable_ctx_params(const EVP_KDF *kdf)
crypto/openssl/crypto/evp/kdf_meth.c
194
const OSSL_PARAM *EVP_KDF_settable_ctx_params(const EVP_KDF *kdf)
crypto/openssl/crypto/evp/kdf_meth.c
22
EVP_KDF *kdf = (EVP_KDF *)vkdf;
crypto/openssl/crypto/evp/kdf_meth.c
225
void (*fn)(EVP_KDF *kdf, void *arg),
crypto/openssl/crypto/evp/kdf_meth.c
31
EVP_KDF *kdf = (EVP_KDF *)vkdf;
crypto/openssl/crypto/evp/kdf_meth.c
48
EVP_KDF *kdf = NULL;
crypto/openssl/crypto/evp/kdf_meth.c
63
EVP_KDF *kdf = NULL;
crypto/openssl/crypto/evp/p5_crpt.c
39
EVP_KDF *kdf;
crypto/openssl/crypto/evp/p5_crpt2.c
29
EVP_KDF *kdf;
crypto/openssl/crypto/evp/pbe_scrypt.c
45
EVP_KDF *kdf;
crypto/openssl/crypto/hpke/hpke_util.c
396
EVP_KDF *kdf;
crypto/openssl/crypto/pem/pvkfmt.c
827
EVP_KDF *kdf;
crypto/openssl/crypto/pkcs12/p12_key.c
85
EVP_KDF *kdf;
crypto/openssl/demos/kdf/argon2.c
78
EVP_KDF *kdf = NULL;
crypto/openssl/demos/kdf/hkdf.c
47
EVP_KDF *kdf = NULL;
crypto/openssl/demos/kdf/pbkdf2.c
61
EVP_KDF *kdf = NULL;
crypto/openssl/demos/kdf/scrypt.c
63
EVP_KDF *kdf = NULL;
crypto/openssl/fuzz/provider.c
430
static int do_evp_kdf(EVP_KDF *evp_kdf, const OSSL_PARAM params[])
crypto/openssl/fuzz/provider.c
50
DEFINE_ALGORITHMS(kdf, EVP_KDF)
crypto/openssl/fuzz/provider.c
618
EVP_FUZZ(kdf_collection, EVP_KDF, do_evp_kdf);
crypto/openssl/include/crypto/evp.h
975
int evp_kdf_get_number(const EVP_KDF *kdf);
crypto/openssl/include/openssl/kdf.h
28
int EVP_KDF_up_ref(EVP_KDF *kdf);
crypto/openssl/include/openssl/kdf.h
29
void EVP_KDF_free(EVP_KDF *kdf);
crypto/openssl/include/openssl/kdf.h
30
EVP_KDF *EVP_KDF_fetch(OSSL_LIB_CTX *libctx, const char *algorithm,
crypto/openssl/include/openssl/kdf.h
33
EVP_KDF_CTX *EVP_KDF_CTX_new(EVP_KDF *kdf);
crypto/openssl/include/openssl/kdf.h
36
const char *EVP_KDF_get0_description(const EVP_KDF *kdf);
crypto/openssl/include/openssl/kdf.h
37
int EVP_KDF_is_a(const EVP_KDF *kdf, const char *name);
crypto/openssl/include/openssl/kdf.h
38
const char *EVP_KDF_get0_name(const EVP_KDF *kdf);
crypto/openssl/include/openssl/kdf.h
39
const OSSL_PROVIDER *EVP_KDF_get0_provider(const EVP_KDF *kdf);
crypto/openssl/include/openssl/kdf.h
40
const EVP_KDF *EVP_KDF_CTX_kdf(EVP_KDF_CTX *ctx);
crypto/openssl/include/openssl/kdf.h
46
int EVP_KDF_get_params(EVP_KDF *kdf, OSSL_PARAM params[]);
crypto/openssl/include/openssl/kdf.h
49
const OSSL_PARAM *EVP_KDF_gettable_params(const EVP_KDF *kdf);
crypto/openssl/include/openssl/kdf.h
50
const OSSL_PARAM *EVP_KDF_gettable_ctx_params(const EVP_KDF *kdf);
crypto/openssl/include/openssl/kdf.h
51
const OSSL_PARAM *EVP_KDF_settable_ctx_params(const EVP_KDF *kdf);
crypto/openssl/include/openssl/kdf.h
56
void (*fn)(EVP_KDF *kdf, void *arg),
crypto/openssl/include/openssl/kdf.h
58
int EVP_KDF_names_do_all(const EVP_KDF *kdf,
crypto/openssl/providers/fips/self_test_kats.c
254
EVP_KDF *kdf = NULL;
crypto/openssl/providers/implementations/exchange/kdf_exch.c
187
EVP_KDF *kdf = EVP_KDF_fetch(PROV_LIBCTX_OF(provctx), kdfname,
crypto/openssl/providers/implementations/exchange/kdf_exch.c
215
EVP_KDF *kdf = EVP_KDF_fetch(PROV_LIBCTX_OF(provctx), kdfname,
crypto/openssl/providers/implementations/exchange/kdf_exch.c
48
EVP_KDF *kdf = NULL;
crypto/openssl/ssl/quic/quic_record_util.c
30
EVP_KDF *kdf = NULL;
crypto/openssl/ssl/t1_enc.c
36
EVP_KDF *kdf;
crypto/openssl/ssl/tls13_enc.c
173
EVP_KDF *kdf;
crypto/openssl/ssl/tls13_enc.c
40
EVP_KDF *kdf = EVP_KDF_fetch(libctx, OSSL_KDF_NAME_TLS1_3_KDF, propq);
crypto/openssl/test/evp_kdf_test.c
2060
static int test_kdfs_same(EVP_KDF *kdf1, EVP_KDF *kdf2)
crypto/openssl/test/evp_kdf_test.c
2077
EVP_KDF *kdf1 = NULL, *kdf2 = NULL;
crypto/openssl/test/evp_kdf_test.c
24
EVP_KDF *kdf = EVP_KDF_fetch(libctx, name, NULL);
crypto/openssl/test/evp_test.c
3820
EVP_KDF *kdf;