Searched refs:crypto_blkcipher_alignmask (Results 1 – 2 of 2) sorted by relevance
299 walk->alignmask = crypto_blkcipher_alignmask(desc->tfm); in blkcipher_walk_virt()311 walk->alignmask = crypto_blkcipher_alignmask(desc->tfm); in blkcipher_walk_phys()349 walk->alignmask = crypto_blkcipher_alignmask(desc->tfm); in blkcipher_walk_virt_block()
1420 static inline unsigned int crypto_blkcipher_alignmask( in crypto_blkcipher_alignmask() function