Searched refs:rkce_push_td_sync (Results 1 – 3 of 3) sorted by relevance
| /rk3399_rockchip-uboot/drivers/crypto/rockchip/ |
| H A D | crypto_ce.c | 368 ret = rkce_push_td_sync(priv->hardware, td, RKCE_HASH_TIMEOUT_MS); in rk_sha_update() 829 ret = rkce_push_td_sync(priv->hardware, hw_ctx->td_aad, RKCE_SYMM_TIMEOUT_MS); in rk_crypto_cipher() 860 ret = rkce_push_td_sync(priv->hardware, hw_ctx->td_aad, RKCE_SYMM_TIMEOUT_MS); in rk_crypto_cipher() 879 ret = rkce_push_td_sync(priv->hardware, hw_ctx->td, RKCE_SYMM_TIMEOUT_MS); in rk_crypto_cipher()
|
| H A D | rkce_core.c | 411 int rkce_push_td_sync(void *rkce_hw, void *td, uint32_t timeout_ms) in rkce_push_td_sync() function
|
| /rk3399_rockchip-uboot/include/rockchip/ |
| H A D | rkce_core.h | 338 int rkce_push_td_sync(void *rkce_hw, void *td, uint32_t timeout_ms);
|