Searched defs:ccp_sha_ctx (Results 1 – 1 of 1) sorted by relevance
145 struct ccp_sha_ctx { struct146 struct scatterlist opad_sg;147 unsigned int opad_count;149 unsigned int key_len;150 u8 key[MAX_SHA_BLOCK_SIZE];151 u8 ipad[MAX_SHA_BLOCK_SIZE];152 u8 opad[MAX_SHA_BLOCK_SIZE];153 struct crypto_shash *hmac_tfm;