Searched refs:rkce_hash_td_buf (Results 1 – 3 of 3) sorted by relevance
175 struct rkce_hash_td_buf { struct315 struct rkce_hash_td_buf hash;344 int rkce_init_hash_td(struct rkce_hash_td *td, struct rkce_hash_td_buf *buf);
29 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()
514 int rkce_init_hash_td(struct rkce_hash_td *td, struct rkce_hash_td_buf *buf) in rkce_init_hash_td()