Searched refs:MAX_CIPHER_ALIGNMASK (Results 1 – 5 of 5) sorted by relevance
34 u8 tmp[MAX_CIPHER_BLOCKSIZE + MAX_CIPHER_ALIGNMASK]; in crypto_ctr_crypt_final()82 u8 tmp[MAX_CIPHER_BLOCKSIZE + MAX_CIPHER_ALIGNMASK]; in crypto_ctr_crypt_inplace()
68 u8 buffer[MAX_CIPHER_BLOCKSIZE + MAX_CIPHER_ALIGNMASK]; in cipher_crypt_one()
82 u8 tmp[XCTR_BLOCKSIZE + MAX_CIPHER_ALIGNMASK]; in crypto_xctr_crypt_inplace()
83 MAX_CIPHER_ALIGNMASK >= PAGE_SIZE); in crypto_lskcipher_crypt_unaligned()
25 #define MAX_CIPHER_ALIGNMASK 15 macro