Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/arch/arm64/crypto/
H A Daes-glue.c501 int xts_blocks = DIV_ROUND_UP(req->cryptlen, in xts_encrypt() local
511 xts_blocks * AES_BLOCK_SIZE, in xts_encrypt()
573 int xts_blocks = DIV_ROUND_UP(req->cryptlen, in xts_decrypt() local
583 xts_blocks * AES_BLOCK_SIZE, in xts_decrypt()
H A Daes-neonbs-glue.c291 int xts_blocks = DIV_ROUND_UP(req->cryptlen, in __xts_crypt() local
299 xts_blocks * AES_BLOCK_SIZE, in __xts_crypt()