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

/linux-4.1.27/arch/arm64/crypto/
H A Daes-glue.c77 struct crypto_aes_xts_ctx { struct
85 struct crypto_aes_xts_ctx *ctx = crypto_tfm_ctx(tfm); xts_set_key()
238 struct crypto_aes_xts_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); xts_encrypt()
262 struct crypto_aes_xts_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); xts_decrypt()
347 .cra_ctxsize = sizeof(struct crypto_aes_xts_ctx),
/linux-4.1.27/arch/arm/crypto/
H A Daes-ce-glue.c144 struct crypto_aes_xts_ctx { struct
152 struct crypto_aes_xts_ctx *ctx = crypto_tfm_ctx(tfm); xts_set_key()
306 struct crypto_aes_xts_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); xts_encrypt()
331 struct crypto_aes_xts_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); xts_decrypt()
417 .cra_ctxsize = sizeof(struct crypto_aes_xts_ctx),

Completed in 41 milliseconds