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