Searched refs:hmac_sha512_key (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/crypto/ |
| H A D | hkdf.c | 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()
|
| H A D | fscrypt_private.h | 374 void fscrypt_init_hkdf(struct hmac_sha512_key *hkdf, const u8 *master_key, 394 void fscrypt_hkdf_expand(const struct hmac_sha512_key *hkdf, u8 context, 502 struct hmac_sha512_key hkdf;
|
| /linux/include/crypto/ |
| H A D | sha2.h | 797 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 D | sha512_kunit.c | 14 #define HMAC_KEY hmac_sha512_key
|
| /linux/crypto/ |
| H A D | sha512.c | 257 #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 D | sha512.c | 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()
|