Home
last modified time | relevance | path

Searched refs:crypto_transfer_akcipher_request_to_engine (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/include/crypto/
Dengine.h100 int crypto_transfer_akcipher_request_to_engine(struct crypto_engine *engine,
/linux-5.19.10/crypto/
Dcrypto_engine.c312 int crypto_transfer_akcipher_request_to_engine(struct crypto_engine *engine, in crypto_transfer_akcipher_request_to_engine() function
317 EXPORT_SYMBOL_GPL(crypto_transfer_akcipher_request_to_engine);
/linux-5.19.10/Documentation/crypto/
Dcrypto_engine.rst68 * crypto_transfer_akcipher_request_to_engine()
/linux-5.19.10/drivers/crypto/virtio/
Dvirtio_crypto_akcipher_algs.c337 return crypto_transfer_akcipher_request_to_engine(data_vq->engine, req); in virtio_crypto_rsa_req()
/linux-5.19.10/drivers/crypto/caam/
Dcaampkc.c681 ret = crypto_transfer_akcipher_request_to_engine(jrpriv->engine, in akcipher_enqueue_req()