Home
last modified time | relevance | path

Searched refs:crypto_transfer_skcipher_request_to_engine (Results 1 – 13 of 13) sorted by relevance

/linux/include/crypto/
A Dengine.h102 int crypto_transfer_skcipher_request_to_engine(struct crypto_engine *engine,
/linux/crypto/
A Dcrypto_engine.c349 int crypto_transfer_skcipher_request_to_engine(struct crypto_engine *engine, in crypto_transfer_skcipher_request_to_engine() function
354 EXPORT_SYMBOL_GPL(crypto_transfer_skcipher_request_to_engine);
/linux/drivers/crypto/gemini/
A Dsl3516-ce-cipher.c287 return crypto_transfer_skcipher_request_to_engine(engine, areq); in sl3516_ce_skdecrypt()
305 return crypto_transfer_skcipher_request_to_engine(engine, areq); in sl3516_ce_skencrypt()
/linux/drivers/crypto/amlogic/
A Damlogic-gxl-cipher.c288 return crypto_transfer_skcipher_request_to_engine(engine, areq); in meson_skdecrypt()
306 return crypto_transfer_skcipher_request_to_engine(engine, areq); in meson_skencrypt()
/linux/Documentation/crypto/
A Dcrypto_engine.rst74 * crypto_transfer_skcipher_request_to_engine()
/linux/drivers/crypto/allwinner/sun8i-ss/
A Dsun8i-ss-cipher.c300 return crypto_transfer_skcipher_request_to_engine(engine, areq); in sun8i_ss_skdecrypt()
321 return crypto_transfer_skcipher_request_to_engine(engine, areq); in sun8i_ss_skencrypt()
/linux/drivers/crypto/allwinner/sun8i-ce/
A Dsun8i-ce-cipher.c352 return crypto_transfer_skcipher_request_to_engine(engine, areq); in sun8i_ce_skdecrypt()
371 return crypto_transfer_skcipher_request_to_engine(engine, areq); in sun8i_ce_skencrypt()
/linux/drivers/crypto/virtio/
A Dvirtio_crypto_algs.c504 return crypto_transfer_skcipher_request_to_engine(data_vq->engine, req); in virtio_crypto_skcipher_encrypt()
529 return crypto_transfer_skcipher_request_to_engine(data_vq->engine, req); in virtio_crypto_skcipher_decrypt()
/linux/drivers/crypto/
A Domap-des.c520 return crypto_transfer_skcipher_request_to_engine(dd->engine, req); in omap_des_handle_queue()
A Domap-aes.c424 return crypto_transfer_skcipher_request_to_engine(dd->engine, req); in omap_aes_handle_queue()
/linux/drivers/crypto/keembay/
A Dkeembay-ocs-aes-core.c364 return crypto_transfer_skcipher_request_to_engine(aes_dev->engine, req); in kmb_ocs_sk_common()
/linux/drivers/crypto/stm32/
A Dstm32-cryp.c734 return crypto_transfer_skcipher_request_to_engine(cryp->engine, req); in stm32_cryp_crypt()
/linux/drivers/crypto/caam/
A Dcaamalg.c1837 ret = crypto_transfer_skcipher_request_to_engine(jrpriv->engine, in skcipher_crypt()

Completed in 28 milliseconds