Searched refs:DES_BLOCK_MASK (Results 1 – 1 of 1) sorted by relevance
91 #define DES_BLOCK_MASK (~(DES_BLOCK_SIZE - 1)) macro110 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()