Searched defs:aesbs_xts_ctx (Results 1 – 2 of 2) sorted by relevance
57 struct aesbs_xts_ctx { struct58 struct aesbs_ctx key;59 struct crypto_cipher *cts_tfm;60 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;