Home
last modified time | relevance | path

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

/linux/include/crypto/
H A Dengine.h56 int crypto_transfer_akcipher_request_to_engine(struct crypto_engine *engine,
/linux/Documentation/crypto/
H A Dcrypto_engine.rst68 * crypto_transfer_akcipher_request_to_engine()
/linux/crypto/
H A 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/drivers/crypto/virtio/
H A Dvirtio_crypto_akcipher_algs.c342 return crypto_transfer_akcipher_request_to_engine(data_vq->engine, req); in virtio_crypto_rsa_req()
/linux/drivers/crypto/aspeed/
H A Daspeed-acry.c180 return crypto_transfer_akcipher_request_to_engine(acry_dev->crypt_engine_rsa, req); in aspeed_acry_handle_queue()
/linux/drivers/crypto/caam/
H A Dcaampkc.c688 ret = crypto_transfer_akcipher_request_to_engine(jrpriv->engine, in akcipher_enqueue_req()