Home
last modified time | relevance | path

Searched refs:MAX_CIPHER_ALIGNMASK (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/crypto/
Dcipher.c71 u8 buffer[MAX_CIPHER_BLOCKSIZE + MAX_CIPHER_ALIGNMASK]; in cipher_crypt_unaligned()
Dctr.c61 u8 tmp[MAX_CIPHER_BLOCKSIZE + MAX_CIPHER_ALIGNMASK]; in crypto_ctr_crypt_final()
109 u8 tmp[MAX_CIPHER_BLOCKSIZE + MAX_CIPHER_ALIGNMASK]; in crypto_ctr_crypt_inplace()
Dcfb.c57 u8 tmp[MAX_CIPHER_BLOCKSIZE + MAX_CIPHER_ALIGNMASK]; in crypto_cfb_final()
Dalgapi.c65 if (alg->cra_alignmask > MAX_CIPHER_ALIGNMASK) in crypto_check_alg()
/linux-4.19.296/include/crypto/
Dalgapi.h26 #define MAX_CIPHER_ALIGNMASK 15 macro