Searched defs:sa_tfm_ctx (Results 1 – 1 of 1) sorted by relevance
305 struct sa_tfm_ctx { struct306 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 …]