Home
last modified time | relevance | path

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

/Linux-v5.4/crypto/
Dcipher.c66 u8 buffer[MAX_CIPHER_BLOCKSIZE + MAX_CIPHER_ALIGNMASK]; in cipher_crypt_unaligned()
Dctr.c33 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()
Dcfb.c46 u8 tmp[MAX_CIPHER_BLOCKSIZE + MAX_CIPHER_ALIGNMASK]; in crypto_cfb_final()
Dalgapi.c51 if (alg->cra_alignmask > MAX_CIPHER_ALIGNMASK) in crypto_check_alg()
/Linux-v5.4/include/crypto/
Dalgapi.h23 #define MAX_CIPHER_ALIGNMASK 15 macro