Searched refs:ablkcipher_walk_done (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/crypto/ |
D | ablkcipher.c | 108 int ablkcipher_walk_done(struct ablkcipher_request *req, in ablkcipher_walk_done() function 147 EXPORT_SYMBOL_GPL(ablkcipher_walk_done); 166 return ablkcipher_walk_done(req, walk, -ENOMEM); in ablkcipher_next_slow() 237 return ablkcipher_walk_done(req, walk, -EINVAL); in ablkcipher_walk_next()
|
/linux-4.1.27/include/crypto/ |
D | algapi.h | 203 int ablkcipher_walk_done(struct ablkcipher_request *req,
|
/linux-4.1.27/drivers/crypto/ux500/cryp/ |
D | cryp_core.c | 922 ret = ablkcipher_walk_done(areq, &walk, nbytes); in ablk_crypt()
|
/linux-4.1.27/drivers/crypto/ |
D | n2_core.c | 942 err = ablkcipher_walk_done(req, walk, nbytes - this_len); in n2_compute_chunks()
|