Home
last modified time | relevance | path

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

/Linux-v6.6/include/crypto/
Dengine.h56 int crypto_transfer_akcipher_request_to_engine(struct crypto_engine *engine,
/Linux-v6.6/Documentation/crypto/
Dcrypto_engine.rst68 * crypto_transfer_akcipher_request_to_engine()
/Linux-v6.6/crypto/
Dcrypto_engine.c290 int crypto_transfer_akcipher_request_to_engine(struct crypto_engine *engine, in crypto_transfer_akcipher_request_to_engine() function
295 EXPORT_SYMBOL_GPL(crypto_transfer_akcipher_request_to_engine);
/Linux-v6.6/drivers/crypto/virtio/
Dvirtio_crypto_akcipher_algs.c341 return crypto_transfer_akcipher_request_to_engine(data_vq->engine, req); in virtio_crypto_rsa_req()
/Linux-v6.6/drivers/crypto/aspeed/
Daspeed-acry.c180 return crypto_transfer_akcipher_request_to_engine(acry_dev->crypt_engine_rsa, req); in aspeed_acry_handle_queue()
/Linux-v6.6/drivers/crypto/caam/
Dcaampkc.c688 ret = crypto_transfer_akcipher_request_to_engine(jrpriv->engine, in akcipher_enqueue_req()