Searched refs:xts_blocks (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/arm/crypto/ |
| H A D | aes-ce-glue.c | 436 int xts_blocks = DIV_ROUND_UP(req->cryptlen, in xts_encrypt() local 446 xts_blocks * AES_BLOCK_SIZE, in xts_encrypt() 508 int xts_blocks = DIV_ROUND_UP(req->cryptlen, in xts_decrypt() local 518 xts_blocks * AES_BLOCK_SIZE, in xts_decrypt()
|
| /linux/arch/arm64/crypto/ |
| H A D | aes-glue.c | 532 int xts_blocks = DIV_ROUND_UP(req->cryptlen, in xts_encrypt() local 542 xts_blocks * AES_BLOCK_SIZE, in xts_encrypt() 601 int xts_blocks = DIV_ROUND_UP(req->cryptlen, in xts_decrypt() local 611 xts_blocks * AES_BLOCK_SIZE, in xts_decrypt()
|
| H A D | aes-neonbs-glue.c | 305 int xts_blocks = DIV_ROUND_UP(req->cryptlen, in __xts_crypt() local 313 xts_blocks * AES_BLOCK_SIZE, in __xts_crypt()
|