Home
last modified time | relevance | path

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

/linux-6.1.9/include/crypto/internal/
Dskcipher.h136 int skcipher_walk_async(struct skcipher_walk *walk,
/linux-6.1.9/crypto/
Dskcipher.c494 int skcipher_walk_async(struct skcipher_walk *walk, in skcipher_walk_async() function
503 EXPORT_SYMBOL_GPL(skcipher_walk_async);
/linux-6.1.9/drivers/crypto/ux500/cryp/
Dcryp_core.c899 ret = skcipher_walk_async(&walk, areq); in ablk_crypt()
/linux-6.1.9/drivers/crypto/
Dn2_core.c858 err = skcipher_walk_async(walk, req); in n2_compute_chunks()