Home
last modified time | relevance | path

Searched refs:xts_blocks (Results 1 – 3 of 3) sorted by relevance

/arch/arm/crypto/
Daes-ce-glue.c471 int xts_blocks = DIV_ROUND_UP(req->cryptlen, in xts_encrypt() local
481 xts_blocks * AES_BLOCK_SIZE, in xts_encrypt()
543 int xts_blocks = DIV_ROUND_UP(req->cryptlen, in xts_decrypt() local
553 xts_blocks * AES_BLOCK_SIZE, in xts_decrypt()
/arch/arm64/crypto/
Daes-glue.c542 int xts_blocks = DIV_ROUND_UP(req->cryptlen, in xts_encrypt() local
552 xts_blocks * AES_BLOCK_SIZE, in xts_encrypt()
614 int xts_blocks = DIV_ROUND_UP(req->cryptlen, in xts_decrypt() local
624 xts_blocks * AES_BLOCK_SIZE, in xts_decrypt()
Daes-neonbs-glue.c337 int xts_blocks = DIV_ROUND_UP(req->cryptlen, in __xts_crypt() local
345 xts_blocks * AES_BLOCK_SIZE, in __xts_crypt()