Home
last modified time | relevance | path

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

/linux-6.1.9/crypto/
Dcipher.c24 unsigned long alignmask = crypto_cipher_alignmask(tfm); in setkey_unaligned()
47 unsigned long alignmask = crypto_cipher_alignmask(tfm); in crypto_cipher_setkey()
62 unsigned long alignmask = crypto_cipher_alignmask(tfm); in cipher_crypt_one()
Dctr.c32 unsigned long alignmask = crypto_cipher_alignmask(tfm); in crypto_ctr_crypt_final()
78 unsigned long alignmask = crypto_cipher_alignmask(tfm); in crypto_ctr_crypt_inplace()
Dxctr.c79 unsigned long alignmask = crypto_cipher_alignmask(tfm); in crypto_xctr_crypt_inplace()
/linux-6.1.9/include/crypto/internal/
Dcipher.h114 static inline unsigned int crypto_cipher_alignmask(struct crypto_cipher *tfm) in crypto_cipher_alignmask() function