Searched refs:hmac_sha512_key (Results 1 – 8 of 8) 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 | 384 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 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()
|
| /linux/drivers/crypto/intel/qat/qat_common/ |
| H A D | qat_algs.c | 124 struct hmac_sha512_key key; in qat_alg_do_precomputes()
|
| /linux/drivers/crypto/chelsio/ |
| H A D | chcr_algo.c | 289 struct hmac_sha512_key sha512; in chcr_prepare_hmac_key()
|