Searched refs:ablkcipher_walk_done (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/crypto/ |
D | ablkcipher.c | 100 int ablkcipher_walk_done(struct ablkcipher_request *req, in ablkcipher_walk_done() function 140 EXPORT_SYMBOL_GPL(ablkcipher_walk_done); 159 return ablkcipher_walk_done(req, walk, -ENOMEM); in ablkcipher_next_slow() 230 return ablkcipher_walk_done(req, walk, -EINVAL); in ablkcipher_walk_next()
|
/Linux-v4.19/include/crypto/ |
D | algapi.h | 254 int ablkcipher_walk_done(struct ablkcipher_request *req,
|
/Linux-v4.19/drivers/crypto/ux500/cryp/ |
D | cryp_core.c | 923 ret = ablkcipher_walk_done(areq, &walk, nbytes); in ablk_crypt()
|
/Linux-v4.19/drivers/crypto/ |
D | n2_core.c | 957 err = ablkcipher_walk_done(req, walk, nbytes - this_len); in n2_compute_chunks()
|