Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/crypto/
H A Daesni-intel_glue.c47 #define XTS_AES_CTX_SIZE (sizeof(struct aesni_xts_ctx) + AESNI_ALIGN_EXTRA)
64 struct aesni_xts_ctx { struct
522 struct aesni_xts_ctx *ctx = crypto_skcipher_ctx(tfm); in xts_aesni_setkey()
592 struct aesni_xts_ctx *ctx = crypto_skcipher_ctx(tfm); in xts_encrypt()
603 struct aesni_xts_ctx *ctx = crypto_skcipher_ctx(tfm); in xts_decrypt()
/kernel/linux/linux-6.6/arch/x86/crypto/
H A Daesni-intel_glue.c46 #define XTS_AES_CTX_SIZE (sizeof(struct aesni_xts_ctx) + AESNI_ALIGN_EXTRA)
63 struct aesni_xts_ctx { struct
884 struct aesni_xts_ctx *ctx = crypto_skcipher_ctx(tfm); in xts_aesni_setkey()
906 struct aesni_xts_ctx *ctx = crypto_skcipher_ctx(tfm); in xts_crypt()

Completed in 4 milliseconds