Home
last modified time | relevance | path

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

/linux/crypto/
A 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()
A 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()
/linux/include/crypto/internal/
A Dcipher.h114 static inline unsigned int crypto_cipher_alignmask(struct crypto_cipher *tfm) in crypto_cipher_alignmask() function

Completed in 6 milliseconds