Searched refs:blkcipher_walk_done (Results 1 – 6 of 6) sorted by relevance
/linux-4.19.296/crypto/ |
D | blkcipher.c | 100 int blkcipher_walk_done(struct blkcipher_desc *desc, in blkcipher_walk_done() function 142 EXPORT_SYMBOL_GPL(blkcipher_walk_done); 163 return blkcipher_walk_done(desc, walk, -ENOMEM); in blkcipher_next_slow() 231 return blkcipher_walk_done(desc, walk, -EINVAL); in blkcipher_walk_next()
|
D | arc4.c | 112 err = blkcipher_walk_done(desc, &walk, 0); in ecb_arc4_crypt()
|
D | crypto_null.c | 91 err = blkcipher_walk_done(desc, &walk, 0); in skcipher_null_crypt()
|
D | ecb.c | 63 err = blkcipher_walk_done(desc, walk, nbytes); in crypto_ecb_crypt()
|
D | ctr.c | 146 err = blkcipher_walk_done(desc, &walk, nbytes); in crypto_ctr_crypt() 151 err = blkcipher_walk_done(desc, &walk, 0); in crypto_ctr_crypt()
|
/linux-4.19.296/include/crypto/ |
D | algapi.h | 240 int blkcipher_walk_done(struct blkcipher_desc *desc,
|