Lines Matching defs:sa_tfm_ctx
306 struct sa_tfm_ctx { struct
307 struct sa_crypto_data *dev_data;
308 struct sa_ctx_info enc;
309 struct sa_ctx_info dec;
310 struct sa_ctx_info auth;
311 int keylen;
312 int iv_idx;
313 u32 key[AES_KEYSIZE_256 / sizeof(u32)];
314 u8 authkey[SHA512_BLOCK_SIZE];
315 struct crypto_shash *shash;
317 union {
321 } fallback;