Searched refs:crypto_blkcipher_alignmask (Results 1 – 2 of 2) sorted by relevance
304 walk->alignmask = crypto_blkcipher_alignmask(desc->tfm); in blkcipher_walk_virt()316 walk->alignmask = crypto_blkcipher_alignmask(desc->tfm); in blkcipher_walk_phys()354 walk->alignmask = crypto_blkcipher_alignmask(desc->tfm); in blkcipher_walk_virt_block()
1238 static inline unsigned int crypto_blkcipher_alignmask( in crypto_blkcipher_alignmask() function