Home
last modified time | relevance | path

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

/linux-4.4.14/arch/sparc/crypto/
Ddes_glue.c91 #define DES_BLOCK_MASK (~(DES_BLOCK_SIZE - 1)) macro
110 unsigned int block_len = nbytes & DES_BLOCK_MASK; in __ecb_crypt()
155 unsigned int block_len = nbytes & DES_BLOCK_MASK; in cbc_encrypt()
186 unsigned int block_len = nbytes & DES_BLOCK_MASK; in cbc_decrypt()
280 unsigned int block_len = nbytes & DES_BLOCK_MASK; in __ecb3_crypt()
329 unsigned int block_len = nbytes & DES_BLOCK_MASK; in cbc3_encrypt()
365 unsigned int block_len = nbytes & DES_BLOCK_MASK; in cbc3_decrypt()