Searched refs:crypto_cipher_alignmask (Results 1 – 3 of 3) sorted by relevance
144 crypto_cipher_alignmask(child)); in crypto_kw_decrypt()229 crypto_cipher_alignmask(child)); in crypto_kw_encrypt()
59 unsigned long alignmask = crypto_cipher_alignmask(tfm); in crypto_ctr_crypt_final()106 unsigned long alignmask = crypto_cipher_alignmask(tfm); in crypto_ctr_crypt_inplace()
1503 static inline unsigned int crypto_cipher_alignmask(struct crypto_cipher *tfm) in crypto_cipher_alignmask() function