Home
last modified time | relevance | path

Searched refs:rkce_push_td_sync (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/drivers/crypto/rockchip/
H A Dcrypto_ce.c368 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 Drkce_core.c411 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 Drkce_core.h338 int rkce_push_td_sync(void *rkce_hw, void *td, uint32_t timeout_ms);