Searched refs:crypto_transfer_skcipher_request_to_engine (Results 1 - 16 of 16) sorted by relevance

/linux-master/include/crypto/
H A Dengine.h62 int crypto_transfer_skcipher_request_to_engine(struct crypto_engine *engine,
/linux-master/crypto/
H A Dcrypto_engine.c324 * crypto_transfer_skcipher_request_to_engine - transfer one skcipher_request
329 int crypto_transfer_skcipher_request_to_engine(struct crypto_engine *engine, function
334 EXPORT_SYMBOL_GPL(crypto_transfer_skcipher_request_to_engine); variable
/linux-master/drivers/crypto/gemini/
H A Dsl3516-ce-cipher.c293 return crypto_transfer_skcipher_request_to_engine(engine, areq);
311 return crypto_transfer_skcipher_request_to_engine(engine, areq);
/linux-master/drivers/crypto/amlogic/
H A Damlogic-gxl-cipher.c289 return crypto_transfer_skcipher_request_to_engine(engine, areq);
307 return crypto_transfer_skcipher_request_to_engine(engine, areq);
/linux-master/drivers/crypto/virtio/
H A Dvirtio_crypto_skcipher_algs.c488 return crypto_transfer_skcipher_request_to_engine(data_vq->engine, req);
513 return crypto_transfer_skcipher_request_to_engine(data_vq->engine, req);
/linux-master/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-cipher.c363 return crypto_transfer_skcipher_request_to_engine(engine, areq);
384 return crypto_transfer_skcipher_request_to_engine(engine, areq);
/linux-master/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-cipher.c391 return crypto_transfer_skcipher_request_to_engine(engine, areq);
410 return crypto_transfer_skcipher_request_to_engine(engine, areq);
/linux-master/drivers/crypto/rockchip/
H A Drk3288_crypto_skcipher.c105 return crypto_transfer_skcipher_request_to_engine(engine, req);
/linux-master/drivers/crypto/
H A Domap-des.c515 return crypto_transfer_skcipher_request_to_engine(dd->engine, req);
H A Domap-aes.c422 return crypto_transfer_skcipher_request_to_engine(dd->engine, req);
H A Dsahara.c685 return crypto_transfer_skcipher_request_to_engine(dev->engine, req);
/linux-master/drivers/crypto/starfive/
H A Djh7110-aes.c663 return crypto_transfer_skcipher_request_to_engine(cryp->engine, req);
/linux-master/drivers/crypto/aspeed/
H A Daspeed-hace-crypto.c75 return crypto_transfer_skcipher_request_to_engine(
/linux-master/drivers/crypto/intel/keembay/
H A Dkeembay-ocs-aes-core.c361 return crypto_transfer_skcipher_request_to_engine(aes_dev->engine, req);
/linux-master/drivers/crypto/stm32/
H A Dstm32-cryp.c858 return crypto_transfer_skcipher_request_to_engine(cryp->engine, req);
/linux-master/drivers/crypto/caam/
H A Dcaamalg.c1864 ret = crypto_transfer_skcipher_request_to_engine(jrpriv->engine,

Completed in 164 milliseconds