Home
last modified time | relevance | path

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

/linux-6.15/include/crypto/
H A Dskcipher.h746 int crypto_skcipher_import(struct skcipher_request *req, const void *in);
/linux-6.15/crypto/
H A Dskcipher.c508 int crypto_skcipher_import(struct skcipher_request *req, const void *in) in crypto_skcipher_import() function
517 EXPORT_SYMBOL_GPL(crypto_skcipher_import);
H A Dalgif_skcipher.c160 err = crypto_skcipher_import(&areq->cra_u.skcipher_req, in _skcipher_recvmsg()