Home
last modified time | relevance | path

Searched defs:atmel_sha_hmac_ctx (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/crypto/
Datmel-sha.c1727 struct atmel_sha_hmac_ctx { struct
1728 struct atmel_sha_ctx base;
1730 struct atmel_sha_hmac_key hkey;
1731 u32 ipad[SHA512_BLOCK_SIZE / sizeof(u32)];
1732 u32 opad[SHA512_BLOCK_SIZE / sizeof(u32)];
1756 struct atmel_sha_hmac_ctx *hmac = crypto_ahash_ctx(tfm); in atmel_sha_hmac_setup() argument