Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/rockchip/
H A Drkce_core.h268 struct rkce_hash_td { struct
307 struct rkce_hash_td hash;
344 int rkce_init_hash_td(struct rkce_hash_td *td, struct rkce_hash_td_buf *buf);
/rk3399_rockchip-uboot/drivers/crypto/rockchip/
H A Dcrypto_ce.c28 struct rkce_hash_td *td;
244 hw_ctx->td = rkce_cma_alloc(sizeof(struct rkce_hash_td)); in rkce_sha_ctx_alloc()
248 memset(hw_ctx->td, 0x00, sizeof(struct rkce_hash_td)); in rkce_sha_ctx_alloc()
333 struct rkce_hash_td *td; in rk_sha_update()
H A Drkce_core.c514 int rkce_init_hash_td(struct rkce_hash_td *td, struct rkce_hash_td_buf *buf) in rkce_init_hash_td()