Home
last modified time | relevance | path

Searched refs:ablkcipher_walk_done (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/crypto/
Dablkcipher.c95 int ablkcipher_walk_done(struct ablkcipher_request *req, in ablkcipher_walk_done() function
135 EXPORT_SYMBOL_GPL(ablkcipher_walk_done);
154 return ablkcipher_walk_done(req, walk, -ENOMEM); in ablkcipher_next_slow()
225 return ablkcipher_walk_done(req, walk, -EINVAL); in ablkcipher_walk_next()
/Linux-v5.4/include/crypto/
Dalgapi.h250 int ablkcipher_walk_done(struct ablkcipher_request *req,
/Linux-v5.4/drivers/crypto/ux500/cryp/
Dcryp_core.c929 ret = ablkcipher_walk_done(areq, &walk, nbytes); in ablk_crypt()
/Linux-v5.4/drivers/crypto/
Dn2_core.c949 err = ablkcipher_walk_done(req, walk, nbytes - this_len); in n2_compute_chunks()