Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/rockchip/
H A Drkce_core.h175 struct rkce_hash_td_buf { struct
315 struct rkce_hash_td_buf 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.c29 struct rkce_hash_td_buf *td_buf;
250 hw_ctx->td_buf = rkce_cma_alloc(sizeof(struct rkce_hash_td_buf)); in rkce_sha_ctx_alloc()
254 memset(hw_ctx->td_buf, 0x00, sizeof(struct rkce_hash_td_buf)); in rkce_sha_ctx_alloc()
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()