Searched refs:hmac_sha512_key (Results 1 – 5 of 5) sorted by relevance
50 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()
797 struct hmac_sha512_key { struct820 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,
14 #define HMAC_KEY hmac_sha512_key
257 #define HMAC_SHA512_KEY(tfm) ((struct hmac_sha512_key *)crypto_shash_ctx(tfm))386 .base.cra_ctxsize = sizeof(struct hmac_sha512_key),
294 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()