Searched refs:blkcipher_desc (Results 1 – 2 of 2) sorted by relevance
/crypto/ |
D | blkcipher.c | 34 static int blkcipher_walk_next(struct blkcipher_desc *desc, 36 static int blkcipher_walk_first(struct blkcipher_desc *desc, 95 int blkcipher_walk_done(struct blkcipher_desc *desc, in blkcipher_walk_done() 139 static inline int blkcipher_next_slow(struct blkcipher_desc *desc, in blkcipher_next_slow() 189 static inline int blkcipher_next_fast(struct blkcipher_desc *desc, in blkcipher_next_fast() 216 static int blkcipher_walk_next(struct blkcipher_desc *desc, in blkcipher_walk_next() 292 int blkcipher_walk_virt(struct blkcipher_desc *desc, in blkcipher_walk_virt() 304 int blkcipher_walk_phys(struct blkcipher_desc *desc, in blkcipher_walk_phys() 316 static int blkcipher_walk_first(struct blkcipher_desc *desc, in blkcipher_walk_first() 341 int blkcipher_walk_virt_block(struct blkcipher_desc *desc, in blkcipher_walk_virt_block() [all …]
|
D | skcipher.c | 621 int (*crypt)(struct blkcipher_desc *, in skcipher_crypt_blkcipher() argument 628 struct blkcipher_desc desc = { in skcipher_crypt_blkcipher()
|