Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Dablkcipher.c292 int ablkcipher_walk_phys(struct ablkcipher_request *req, in ablkcipher_walk_phys() function
298 EXPORT_SYMBOL_GPL(ablkcipher_walk_phys);
/Linux-v4.19/include/crypto/
Dalgapi.h256 int ablkcipher_walk_phys(struct ablkcipher_request *req,
/Linux-v4.19/drivers/crypto/ux500/cryp/
Dcryp_core.c900 ret = ablkcipher_walk_phys(areq, &walk); in ablk_crypt()
/Linux-v4.19/drivers/crypto/
Dn2_core.c899 err = ablkcipher_walk_phys(req, walk); in n2_compute_chunks()