Searched refs:td_type (Results 1 – 3 of 3) sorted by relevance
42 #define IS_SYMM_TD(td_type) ((td_type) == RKCE_TD_TYPE_SYMM || \ argument43 (td_type) == RKCE_TD_TYPE_SYMM_HASH_IN || \44 (td_type) == RKCE_TD_TYPE_SYMM_HASH_OUT)46 #define IS_HASH_TD(td_type) ((td_type) == RKCE_TD_TYPE_HASH) argument204 return ((struct rkce_symm_td *)td)->ctrl.td_type; in rkce_get_td_type()354 uint32_t td_type; in rkce_push_td() local362 td_type = rkce_get_td_type(td); in rkce_push_td()367 if (IS_SYMM_TD(td_type)) { in rkce_push_td()385 } else if (IS_HASH_TD(td_type)) { in rkce_push_td()415 uint32_t td_type; in rkce_push_td_sync() local[all …]
301 hash_ctx->ctrl.td_type = RKCE_TD_TYPE_HASH; in rk_sha_init()776 hw_ctx->td->ctrl.td_type = RKCE_TD_TYPE_SYMM; in rk_crypto_cipher()
196 uint32_t td_type : 2; member215 uint32_t td_type : 2; member230 uint32_t td_type : 2; member332 int rkce_irq_callback_set(void *rkce_hw, enum rkce_td_type td_type, request_cb_func cb_func);