Searched defs:aesbs_xts_ctx (Results 1 – 2 of 2) sorted by relevance
54 struct aesbs_xts_ctx { struct55 struct aesbs_ctx key;56 struct crypto_cipher *cts_tfm;57 struct crypto_cipher *tweak_tfm;
71 struct aesbs_xts_ctx { struct72 struct aesbs_ctx key;73 u32 twkey[AES_MAX_KEYLENGTH_U32];74 struct crypto_aes_ctx cts;