Searched refs:crypto_cipher_alignmask (Results 1 – 2 of 2) sorted by relevance
24 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()
114 static inline unsigned int crypto_cipher_alignmask(struct crypto_cipher *tfm) in crypto_cipher_alignmask() function