Searched refs:crypto_finalize_hash_request (Results 1 – 9 of 9) sorted by relevance
| /linux/include/crypto/ |
| A D | engine.h | 108 void crypto_finalize_hash_request(struct crypto_engine *engine,
|
| /linux/crypto/ |
| A D | crypto_engine.c | 391 void crypto_finalize_hash_request(struct crypto_engine *engine, in crypto_finalize_hash_request() function 396 EXPORT_SYMBOL_GPL(crypto_finalize_hash_request);
|
| /linux/Documentation/crypto/ |
| A D | crypto_engine.rst | 82 * crypto_finalize_hash_request()
|
| /linux/drivers/crypto/allwinner/sun8i-ce/ |
| A D | sun8i-ce-hash.c | 417 crypto_finalize_hash_request(engine, breq, err); in sun8i_ce_hash_run()
|
| /linux/drivers/crypto/allwinner/sun8i-ss/ |
| A D | sun8i-ss-hash.c | 445 crypto_finalize_hash_request(engine, breq, err); in sun8i_ss_hash_run()
|
| /linux/drivers/crypto/keembay/ |
| A D | keembay-ocs-hcu-core.c | 552 crypto_finalize_hash_request(hcu_dev->engine, req, 0); in kmb_ocs_hcu_do_one_request()
|
| /linux/drivers/crypto/caam/ |
| A D | caamhash.c | 611 crypto_finalize_hash_request(jrp->engine, req, ecode); in ahash_done_cpy() 673 crypto_finalize_hash_request(jrp->engine, req, ecode); in ahash_done_switch()
|
| /linux/drivers/crypto/stm32/ |
| A D | stm32-hash.c | 810 crypto_finalize_hash_request(hdev->engine, req, err); in stm32_hash_finish_req()
|
| /linux/drivers/crypto/ |
| A D | omap-sham.c | 1176 crypto_finalize_hash_request(dd->engine, req, err); in omap_sham_finish_req()
|
Completed in 25 milliseconds