Searched refs:crypto_blkcipher_alignmask (Results 1 – 2 of 2) sorted by relevance
306 walk->alignmask = crypto_blkcipher_alignmask(desc->tfm); in blkcipher_walk_virt()318 walk->alignmask = crypto_blkcipher_alignmask(desc->tfm); in blkcipher_walk_phys()356 walk->alignmask = crypto_blkcipher_alignmask(desc->tfm); in blkcipher_walk_virt_block()
1217 static inline unsigned int crypto_blkcipher_alignmask( in crypto_blkcipher_alignmask() function