Home
last modified time | relevance | path

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

/linux-6.15/include/crypto/
H A Dskcipher.h731 int crypto_skcipher_export(struct skcipher_request *req, void *out);
/linux-6.15/crypto/
H A Dskcipher.c497 int crypto_skcipher_export(struct skcipher_request *req, void *out) in crypto_skcipher_export() function
506 EXPORT_SYMBOL_GPL(crypto_skcipher_export);
H A Dalgif_skcipher.c73 err = crypto_skcipher_export(req, ctx->state); in algif_skcipher_export()