Searched defs:atmel_sha_hmac_ctx (Results 1 – 1 of 1) sorted by relevance
1659 struct atmel_sha_hmac_ctx { struct1660 struct atmel_sha_ctx base;1662 struct atmel_sha_hmac_key hkey;1663 u32 ipad[SHA512_BLOCK_SIZE / sizeof(u32)];1664 u32 opad[SHA512_BLOCK_SIZE / sizeof(u32)];1688 struct atmel_sha_hmac_ctx *hmac = crypto_ahash_ctx(tfm); in atmel_sha_hmac_setup() argument