Home
last modified time | relevance | path

Searched refs:hmac_sha512_key (Results 1 – 8 of 8) sorted by relevance

/linux/fs/crypto/
H A Dhkdf.c50 void fscrypt_init_hkdf(struct hmac_sha512_key *hkdf, const u8 *master_key, in fscrypt_init_hkdf()
72 void fscrypt_hkdf_expand(const struct hmac_sha512_key *hkdf, u8 context, in fscrypt_hkdf_expand()
H A Dfscrypt_private.h384 void fscrypt_init_hkdf(struct hmac_sha512_key *hkdf, const u8 *master_key,
404 void fscrypt_hkdf_expand(const struct hmac_sha512_key *hkdf, u8 context,
514 struct hmac_sha512_key hkdf;
/linux/include/crypto/
H A Dsha2.h797 struct hmac_sha512_key { struct
820 void hmac_sha512_preparekey(struct hmac_sha512_key *key,
833 const struct hmac_sha512_key *key) in hmac_sha512_init()
892 void hmac_sha512(const struct hmac_sha512_key *key,
/linux/lib/crypto/tests/
H A Dsha512_kunit.c14 #define HMAC_KEY hmac_sha512_key
/linux/crypto/
H A Dsha512.c257 #define HMAC_SHA512_KEY(tfm) ((struct hmac_sha512_key *)crypto_shash_ctx(tfm))
386 .base.cra_ctxsize = sizeof(struct hmac_sha512_key),
/linux/lib/crypto/
H A Dsha512.c294 void hmac_sha512_preparekey(struct hmac_sha512_key *key, in hmac_sha512_preparekey()
374 void hmac_sha512(const struct hmac_sha512_key *key, in hmac_sha512()
/linux/drivers/crypto/intel/qat/qat_common/
H A Dqat_algs.c124 struct hmac_sha512_key key; in qat_alg_do_precomputes()
/linux/drivers/crypto/chelsio/
H A Dchcr_algo.c289 struct hmac_sha512_key sha512; in chcr_prepare_hmac_key()