Symbol: KDF_HKDF
crypto/openssl/providers/implementations/kdfs/hkdf.c
103
KDF_HKDF *ctx;
crypto/openssl/providers/implementations/kdfs/hkdf.c
117
KDF_HKDF *ctx = (KDF_HKDF *)vctx;
crypto/openssl/providers/implementations/kdfs/hkdf.c
127
KDF_HKDF *ctx = (KDF_HKDF *)vctx;
crypto/openssl/providers/implementations/kdfs/hkdf.c
147
const KDF_HKDF *src = (const KDF_HKDF *)vctx;
crypto/openssl/providers/implementations/kdfs/hkdf.c
148
KDF_HKDF *dest;
crypto/openssl/providers/implementations/kdfs/hkdf.c
176
static size_t kdf_hkdf_size(KDF_HKDF *ctx)
crypto/openssl/providers/implementations/kdfs/hkdf.c
196
static int fips_hkdf_key_check_passed(KDF_HKDF *ctx)
crypto/openssl/providers/implementations/kdfs/hkdf.c
216
KDF_HKDF *ctx = (KDF_HKDF *)vctx;
crypto/openssl/providers/implementations/kdfs/hkdf.c
253
static int hkdf_common_set_ctx_params(KDF_HKDF *ctx, const OSSL_PARAM params[])
crypto/openssl/providers/implementations/kdfs/hkdf.c
322
KDF_HKDF *ctx = vctx;
crypto/openssl/providers/implementations/kdfs/hkdf.c
361
static int hkdf_common_get_ctx_params(KDF_HKDF *ctx, OSSL_PARAM params[])
crypto/openssl/providers/implementations/kdfs/hkdf.c
389
KDF_HKDF *ctx = (KDF_HKDF *)vctx;
crypto/openssl/providers/implementations/kdfs/hkdf.c
737
static int fips_tls1_3_digest_check_passed(KDF_HKDF *ctx, const EVP_MD *md)
crypto/openssl/providers/implementations/kdfs/hkdf.c
768
static size_t fips_tls1_3_key_size(KDF_HKDF *ctx)
crypto/openssl/providers/implementations/kdfs/hkdf.c
781
static int fips_tls1_3_key_check_passed(KDF_HKDF *ctx)
crypto/openssl/providers/implementations/kdfs/hkdf.c
801
KDF_HKDF *ctx = (KDF_HKDF *)vctx;
crypto/openssl/providers/implementations/kdfs/hkdf.c
838
KDF_HKDF *ctx = vctx;
crypto/openssl/providers/implementations/kdfs/hkdf.c
914
KDF_HKDF *ctx = (KDF_HKDF *)vctx;