Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/crypto/
Daesni-intel_glue.c42 #define AES_BLOCK_MASK (~(AES_BLOCK_SIZE - 1)) macro
305 nbytes & AES_BLOCK_MASK); in ecb_encrypt()
327 nbytes & AES_BLOCK_MASK); in ecb_decrypt()
349 nbytes & AES_BLOCK_MASK, walk.iv); in cbc_encrypt()
371 nbytes & AES_BLOCK_MASK, walk.iv); in cbc_decrypt()
523 if (nbytes & AES_BLOCK_MASK) in ctr_crypt()
526 nbytes & AES_BLOCK_MASK, in ctr_crypt()
528 nbytes &= ~AES_BLOCK_MASK; in ctr_crypt()
574 if (nbytes & AES_BLOCK_MASK) in xctr_crypt()
576 walk.src.virt.addr, nbytes & AES_BLOCK_MASK, in xctr_crypt()
[all …]