Home
last modified time | relevance | path

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

/Linux-v5.4/crypto/
Dablkcipher.c287 int ablkcipher_walk_phys(struct ablkcipher_request *req, in ablkcipher_walk_phys() function
293 EXPORT_SYMBOL_GPL(ablkcipher_walk_phys);
/Linux-v5.4/include/crypto/
Dalgapi.h252 int ablkcipher_walk_phys(struct ablkcipher_request *req,
/Linux-v5.4/drivers/crypto/ux500/cryp/
Dcryp_core.c906 ret = ablkcipher_walk_phys(areq, &walk); in ablk_crypt()
/Linux-v5.4/drivers/crypto/
Dn2_core.c891 err = ablkcipher_walk_phys(req, walk); in n2_compute_chunks()