Searched refs:crypto_transfer_ablkcipher_request_to_engine (Results 1 – 7 of 7) sorted by relevance
86 int crypto_transfer_ablkcipher_request_to_engine(struct crypto_engine *engine,
223 int crypto_transfer_ablkcipher_request_to_engine(struct crypto_engine *engine, in crypto_transfer_ablkcipher_request_to_engine() function228 EXPORT_SYMBOL_GPL(crypto_transfer_ablkcipher_request_to_engine);
66 * crypto_transfer_ablkcipher_request_to_engine()
493 return crypto_transfer_ablkcipher_request_to_engine(data_vq->engine, req); in virtio_crypto_ablkcipher_encrypt()513 return crypto_transfer_ablkcipher_request_to_engine(data_vq->engine, req); in virtio_crypto_ablkcipher_decrypt()
520 return crypto_transfer_ablkcipher_request_to_engine(dd->engine, req); in omap_des_handle_queue()
409 return crypto_transfer_ablkcipher_request_to_engine(dd->engine, req); in omap_aes_handle_queue()
729 return crypto_transfer_ablkcipher_request_to_engine(cryp->engine, req); in stm32_cryp_crypt()