Lines Matching refs:blkcipher_desc
39 static int blkcipher_walk_next(struct blkcipher_desc *desc,
41 static int blkcipher_walk_first(struct blkcipher_desc *desc,
100 int blkcipher_walk_done(struct blkcipher_desc *desc, in blkcipher_walk_done()
144 static inline int blkcipher_next_slow(struct blkcipher_desc *desc, in blkcipher_next_slow()
194 static inline int blkcipher_next_fast(struct blkcipher_desc *desc, in blkcipher_next_fast()
221 static int blkcipher_walk_next(struct blkcipher_desc *desc, in blkcipher_walk_next()
297 int blkcipher_walk_virt(struct blkcipher_desc *desc, in blkcipher_walk_virt()
309 int blkcipher_walk_phys(struct blkcipher_desc *desc, in blkcipher_walk_phys()
321 static int blkcipher_walk_first(struct blkcipher_desc *desc, in blkcipher_walk_first()
346 int blkcipher_walk_virt_block(struct blkcipher_desc *desc, in blkcipher_walk_virt_block()
359 int blkcipher_aead_walk_virt_block(struct blkcipher_desc *desc, in blkcipher_aead_walk_virt_block()
421 struct blkcipher_desc desc = { in async_encrypt()
435 struct blkcipher_desc desc = { in async_decrypt()