Home
last modified time | relevance | path

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

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