Searched defs:atmel_sha_hmac_ctx (Results 1 – 1 of 1) sorted by relevance
1661 struct atmel_sha_hmac_ctx { struct1662 struct atmel_sha_ctx base;1664 struct atmel_sha_hmac_key hkey;1665 u32 ipad[SHA512_BLOCK_SIZE / sizeof(u32)];1666 u32 opad[SHA512_BLOCK_SIZE / sizeof(u32)];1690 struct atmel_sha_hmac_ctx *hmac = crypto_ahash_ctx(tfm); in atmel_sha_hmac_setup() argument