Searched refs:xts_blocks (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.10/arch/arm/crypto/ |
| D | aes-ce-glue.c | 461 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()
|
| /Linux-v5.10/arch/arm64/crypto/ |
| D | aes-glue.c | 524 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()
|
| D | aes-neonbs-glue.c | 338 int xts_blocks = DIV_ROUND_UP(req->cryptlen, in __xts_crypt() local 346 xts_blocks * AES_BLOCK_SIZE, in __xts_crypt()
|