MAX_CIPHER_BLOCKSIZE   54 crypto/algapi.c 		if (alg->cra_blocksize > MAX_CIPHER_BLOCKSIZE)
MAX_CIPHER_BLOCKSIZE   46 crypto/cfb.c   	u8 tmp[MAX_CIPHER_BLOCKSIZE + MAX_CIPHER_ALIGNMASK];
MAX_CIPHER_BLOCKSIZE   87 crypto/cfb.c   	u8 tmp[MAX_CIPHER_BLOCKSIZE];
MAX_CIPHER_BLOCKSIZE  157 crypto/cfb.c   	u8 tmp[MAX_CIPHER_BLOCKSIZE];
MAX_CIPHER_BLOCKSIZE   66 crypto/cipher.c 	u8 buffer[MAX_CIPHER_BLOCKSIZE + MAX_CIPHER_ALIGNMASK];
MAX_CIPHER_BLOCKSIZE   33 crypto/ctr.c   	u8 tmp[MAX_CIPHER_BLOCKSIZE + MAX_CIPHER_ALIGNMASK];
MAX_CIPHER_BLOCKSIZE   81 crypto/ctr.c   	u8 tmp[MAX_CIPHER_BLOCKSIZE + MAX_CIPHER_ALIGNMASK];
MAX_CIPHER_BLOCKSIZE  108 crypto/cts.c   	u8 d[MAX_CIPHER_BLOCKSIZE * 2] __aligned(__alignof__(u32));
MAX_CIPHER_BLOCKSIZE  189 crypto/cts.c   	u8 d[MAX_CIPHER_BLOCKSIZE * 2] __aligned(__alignof__(u32));
MAX_CIPHER_BLOCKSIZE   49 crypto/pcbc.c  	u8 tmpbuf[MAX_CIPHER_BLOCKSIZE];
MAX_CIPHER_BLOCKSIZE  116 crypto/pcbc.c  	u8 tmpbuf[MAX_CIPHER_BLOCKSIZE] __aligned(__alignof__(u32));
MAX_CIPHER_BLOCKSIZE  720 drivers/md/dm-crypt.c 	u8 buf[MAX_CIPHER_BLOCKSIZE] __aligned(__alignof__(__le64));
MAX_CIPHER_BLOCKSIZE  111 include/crypto/cbc.h 	u8 last_iv[MAX_CIPHER_BLOCKSIZE];
MAX_CIPHER_BLOCKSIZE   26 include/crypto/ctr.h 	u8 buf[MAX_CIPHER_BLOCKSIZE];