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