Searched defs:atmel_sha_hmac_ctx (Results 1 – 1 of 1) sorted by relevance
1730 struct atmel_sha_hmac_ctx { struct1731 struct atmel_sha_ctx base;1733 struct atmel_sha_hmac_key hkey;1734 u32 ipad[SHA512_BLOCK_SIZE / sizeof(u32)];1735 u32 opad[SHA512_BLOCK_SIZE / sizeof(u32)];1759 struct atmel_sha_hmac_ctx *hmac = crypto_ahash_ctx(tfm); in atmel_sha_hmac_setup() argument