Home
last modified time | relevance | path

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

/linux-4.4.14/crypto/
Dablkcipher.c299 int ablkcipher_walk_phys(struct ablkcipher_request *req, in ablkcipher_walk_phys() function
305 EXPORT_SYMBOL_GPL(ablkcipher_walk_phys);
/linux-4.4.14/include/crypto/
Dalgapi.h208 int ablkcipher_walk_phys(struct ablkcipher_request *req,
/linux-4.4.14/drivers/crypto/ux500/cryp/
Dcryp_core.c899 ret = ablkcipher_walk_phys(areq, &walk); in ablk_crypt()
/linux-4.4.14/drivers/crypto/
Dn2_core.c884 err = ablkcipher_walk_phys(req, walk); in n2_compute_chunks()