Home
last modified time | relevance | path

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

/linux-6.12.1/include/crypto/
Dskcipher.h724 int crypto_skcipher_export(struct skcipher_request *req, void *out);
/linux-6.12.1/crypto/
Dalgif_skcipher.c73 err = crypto_skcipher_export(req, ctx->state); in algif_skcipher_export()
Dskcipher.c696 int crypto_skcipher_export(struct skcipher_request *req, void *out) in crypto_skcipher_export() function
705 EXPORT_SYMBOL_GPL(crypto_skcipher_export);