Home
last modified time | relevance | path

Searched refs:hmac_sha512_key (Results 1 – 5 of 5) 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()
/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()