Searched refs:CAMELLIA_BLOCK_MASK (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/arch/sparc/crypto/
H A Dcamellia_glue.c83 #define CAMELLIA_BLOCK_MASK (~(CAMELLIA_BLOCK_SIZE - 1)) macro
109 unsigned int block_len = nbytes & CAMELLIA_BLOCK_MASK; __ecb_crypt()
169 unsigned int block_len = nbytes & CAMELLIA_BLOCK_MASK; cbc_encrypt()
208 unsigned int block_len = nbytes & CAMELLIA_BLOCK_MASK; cbc_decrypt()

Completed in 59 milliseconds