Searched defs:sa_tfm_ctx (Results 1 – 1 of 1) sorted by relevance
306 struct sa_tfm_ctx { struct307 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;314 u8 authkey[SHA512_BLOCK_SIZE];315 struct crypto_shash *shash;317 union {[all …]