Home
last modified time | relevance | path

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

/linux-2.6.39/crypto/
Dablkcipher.c299 int ablkcipher_walk_phys(struct ablkcipher_request *req, in ablkcipher_walk_phys() function
305 EXPORT_SYMBOL_GPL(ablkcipher_walk_phys);
/linux-2.6.39/include/crypto/
Dalgapi.h195 int ablkcipher_walk_phys(struct ablkcipher_request *req,
/linux-2.6.39/drivers/crypto/
Dn2_core.c887 err = ablkcipher_walk_phys(req, walk); in n2_compute_chunks()