Home
last modified time | relevance | path

Searched refs:crypto_cipher_alignmask (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/crypto/
Dcipher.c23 unsigned long alignmask = crypto_cipher_alignmask(tfm); in setkey_unaligned()
46 unsigned long alignmask = crypto_cipher_alignmask(tfm); in crypto_cipher_setkey()
61 unsigned long alignmask = crypto_cipher_alignmask(tfm); in cipher_crypt_one()
Dctr.c31 unsigned long alignmask = crypto_cipher_alignmask(tfm); in crypto_ctr_crypt_final()
77 unsigned long alignmask = crypto_cipher_alignmask(tfm); in crypto_ctr_crypt_inplace()
/kernel/linux/linux-5.10/include/linux/
Dcrypto.h843 static inline unsigned int crypto_cipher_alignmask(struct crypto_cipher *tfm) in crypto_cipher_alignmask() function