Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/crypto/ccp/
Dccp-crypto.h188 struct ccp_sha_ctx { struct
189 struct scatterlist opad_sg;
190 unsigned int opad_count;
192 unsigned int key_len;
193 u8 key[MAX_SHA_BLOCK_SIZE];
194 u8 ipad[MAX_SHA_BLOCK_SIZE];
195 u8 opad[MAX_SHA_BLOCK_SIZE];
196 struct crypto_shash *hmac_tfm;
/kernel/linux/linux-5.10/drivers/crypto/ccp/
Dccp-crypto.h187 struct ccp_sha_ctx { struct
188 struct scatterlist opad_sg;
189 unsigned int opad_count;
191 unsigned int key_len;
192 u8 key[MAX_SHA_BLOCK_SIZE];
193 u8 ipad[MAX_SHA_BLOCK_SIZE];
194 u8 opad[MAX_SHA_BLOCK_SIZE];
195 struct crypto_shash *hmac_tfm;