Home
last modified time | relevance | path

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

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