Home
last modified time | relevance | path

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

/openbmc/linux/include/crypto/internal/
H A Dskcipher.h151 int skcipher_walk_async(struct skcipher_walk *walk,
/openbmc/linux/crypto/
H A Dskcipher.c512 int skcipher_walk_async(struct skcipher_walk *walk, in skcipher_walk_async() function
521 EXPORT_SYMBOL_GPL(skcipher_walk_async);
/openbmc/linux/drivers/crypto/
H A Dn2_core.c859 err = skcipher_walk_async(walk, req); in n2_compute_chunks()