Home
last modified time | relevance | path

Searched refs:xts_blocks (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/arm/crypto/
H A Daes-ce-glue.c461 int xts_blocks = DIV_ROUND_UP(req->cryptlen, in xts_encrypt() local
471 xts_blocks * AES_BLOCK_SIZE, in xts_encrypt()
533 int xts_blocks = DIV_ROUND_UP(req->cryptlen, in xts_decrypt() local
543 xts_blocks * AES_BLOCK_SIZE, in xts_decrypt()
/kernel/linux/linux-6.6/arch/arm/crypto/
H A Daes-ce-glue.c461 int xts_blocks = DIV_ROUND_UP(req->cryptlen, in xts_encrypt() local
471 xts_blocks * AES_BLOCK_SIZE, in xts_encrypt()
533 int xts_blocks = DIV_ROUND_UP(req->cryptlen, in xts_decrypt() local
543 xts_blocks * AES_BLOCK_SIZE, in xts_decrypt()
/kernel/linux/linux-5.10/arch/arm64/crypto/
H A Daes-glue.c524 int xts_blocks = DIV_ROUND_UP(req->cryptlen, in xts_encrypt() local
534 xts_blocks * AES_BLOCK_SIZE, in xts_encrypt()
596 int xts_blocks = DIV_ROUND_UP(req->cryptlen, in xts_decrypt() local
606 xts_blocks * AES_BLOCK_SIZE, in xts_decrypt()
H A Daes-neonbs-glue.c338 int xts_blocks = DIV_ROUND_UP(req->cryptlen, in __xts_crypt() local
346 xts_blocks * AES_BLOCK_SIZE, in __xts_crypt()
/kernel/linux/linux-6.6/arch/arm64/crypto/
H A Daes-glue.c558 int xts_blocks = DIV_ROUND_UP(req->cryptlen, in xts_encrypt() local
568 xts_blocks * AES_BLOCK_SIZE, in xts_encrypt()
630 int xts_blocks = DIV_ROUND_UP(req->cryptlen, in xts_decrypt() local
640 xts_blocks * AES_BLOCK_SIZE, in xts_decrypt()
H A Daes-neonbs-glue.c296 int xts_blocks = DIV_ROUND_UP(req->cryptlen, in __xts_crypt() local
304 xts_blocks * AES_BLOCK_SIZE, in __xts_crypt()

Completed in 7 milliseconds