Searched refs:blkcipher_walk_first (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/crypto/
H A Dblkcipher.c41 static int blkcipher_walk_first(struct blkcipher_desc *desc,
306 return blkcipher_walk_first(desc, walk); blkcipher_walk_virt()
318 return blkcipher_walk_first(desc, walk); blkcipher_walk_phys()
322 static int blkcipher_walk_first(struct blkcipher_desc *desc, blkcipher_walk_first() function
356 return blkcipher_walk_first(desc, walk); blkcipher_walk_virt_block()
370 return blkcipher_walk_first(desc, walk); blkcipher_aead_walk_virt_block()

Completed in 51 milliseconds