Home
last modified time | relevance | path

Searched refs:MAX_CIPHER_BLOCKSIZE (Results 1 – 9 of 9) sorted by relevance

/Linux-v6.6/crypto/
Dcfb.c47 u8 tmp[MAX_CIPHER_BLOCKSIZE + MAX_CIPHER_ALIGNMASK]; in crypto_cfb_final()
88 u8 tmp[MAX_CIPHER_BLOCKSIZE]; in crypto_cfb_encrypt_inplace()
158 u8 tmp[MAX_CIPHER_BLOCKSIZE]; in crypto_cfb_decrypt_inplace()
Dpcbc.c50 u8 tmpbuf[MAX_CIPHER_BLOCKSIZE]; in crypto_pcbc_encrypt_inplace()
117 u8 tmpbuf[MAX_CIPHER_BLOCKSIZE] __aligned(__alignof__(u32)); in crypto_pcbc_decrypt_inplace()
Dctr.c34 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()
Dcipher.c69 u8 buffer[MAX_CIPHER_BLOCKSIZE + MAX_CIPHER_ALIGNMASK]; in cipher_crypt_one()
Dcts.c104 u8 d[MAX_CIPHER_BLOCKSIZE * 2] __aligned(__alignof__(u32)); in cts_cbc_encrypt()
185 u8 d[MAX_CIPHER_BLOCKSIZE * 2] __aligned(__alignof__(u32)); in cts_cbc_decrypt()
Dcbc.c129 u8 last_iv[MAX_CIPHER_BLOCKSIZE]; in crypto_cbc_decrypt_inplace()
Dalgapi.c61 if (alg->cra_blocksize > MAX_CIPHER_BLOCKSIZE) in crypto_check_alg()
/Linux-v6.6/include/crypto/
Dctr.h26 u8 buf[MAX_CIPHER_BLOCKSIZE]; in crypto_ctr_encrypt_walk()
Dalgapi.h24 #define MAX_CIPHER_BLOCKSIZE 16 macro