Searched refs:MAX_CIPHER_BLOCKSIZE (Results 1 – 10 of 10) sorted by relevance
46 u8 tmp[MAX_CIPHER_BLOCKSIZE + MAX_CIPHER_ALIGNMASK]; in crypto_cfb_final()87 u8 tmp[MAX_CIPHER_BLOCKSIZE]; in crypto_cfb_encrypt_inplace()157 u8 tmp[MAX_CIPHER_BLOCKSIZE]; in crypto_cfb_decrypt_inplace()
49 u8 tmpbuf[MAX_CIPHER_BLOCKSIZE]; in crypto_pcbc_encrypt_inplace()116 u8 tmpbuf[MAX_CIPHER_BLOCKSIZE] __aligned(__alignof__(u32)); in crypto_pcbc_decrypt_inplace()
66 u8 buffer[MAX_CIPHER_BLOCKSIZE + MAX_CIPHER_ALIGNMASK]; in cipher_crypt_unaligned()
33 u8 tmp[MAX_CIPHER_BLOCKSIZE + MAX_CIPHER_ALIGNMASK]; in crypto_ctr_crypt_final()81 u8 tmp[MAX_CIPHER_BLOCKSIZE + MAX_CIPHER_ALIGNMASK]; in crypto_ctr_crypt_inplace()
108 u8 d[MAX_CIPHER_BLOCKSIZE * 2] __aligned(__alignof__(u32)); in cts_cbc_encrypt()189 u8 d[MAX_CIPHER_BLOCKSIZE * 2] __aligned(__alignof__(u32)); in cts_cbc_decrypt()
54 if (alg->cra_blocksize > MAX_CIPHER_BLOCKSIZE) in crypto_check_alg()
26 u8 buf[MAX_CIPHER_BLOCKSIZE]; in crypto_ctr_encrypt_walk()
111 u8 last_iv[MAX_CIPHER_BLOCKSIZE]; in crypto_cbc_decrypt_inplace()
22 #define MAX_CIPHER_BLOCKSIZE 16 macro
714 u8 buf[MAX_CIPHER_BLOCKSIZE] __aligned(__alignof__(__le64)); in crypt_iv_eboiv_gen()