Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/crypto/
Dsa2ul.h305 struct sa_tfm_ctx { struct
306 struct sa_crypto_data *dev_data;
307 struct sa_ctx_info enc;
308 struct sa_ctx_info dec;
309 struct sa_ctx_info auth;
310 int keylen;
311 int iv_idx;
312 u32 key[AES_KEYSIZE_256 / sizeof(u32)];
313 u8 authkey[SHA512_BLOCK_SIZE];
314 struct crypto_shash *shash;
[all …]