Home
last modified time | relevance | path

Searched refs:aesni_xts_ctx (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/arch/x86/crypto/
H A Daesni-intel_glue.c46 #define XTS_AES_CTX_SIZE (sizeof(struct aesni_xts_ctx) + AESNI_ALIGN_EXTRA)
48 struct aesni_xts_ctx { struct
93 static inline struct aesni_xts_ctx *aes_xts_ctx(struct crypto_skcipher *tfm) in aes_xts_ctx()
394 struct aesni_xts_ctx *ctx = aes_xts_ctx(tfm); in xts_setkey_aesni()
423 const struct aesni_xts_ctx *ctx = aes_xts_ctx(tfm); in xts_crypt_slowpath()
490 const struct aesni_xts_ctx *ctx = aes_xts_ctx(tfm); in xts_crypt()