Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Dctr.c59 unsigned long alignmask = crypto_cipher_alignmask(tfm); in crypto_ctr_crypt_final()
105 unsigned long alignmask = crypto_cipher_alignmask(tfm); in crypto_ctr_crypt_inplace()
/Linux-v4.19/include/linux/
Dcrypto.h1524 static inline unsigned int crypto_cipher_alignmask(struct crypto_cipher *tfm) in crypto_cipher_alignmask() function