Searched refs:resp_header (Results 1 – 1 of 1) sorted by relevance
72 struct hwaes_resp* resp_header = (struct hwaes_resp*)buf; in hwaes_send_resp() local73 resp_header->cmd |= HWAES_RESP_BIT; in hwaes_send_resp()285 struct hwaes_resp* resp_header = (struct hwaes_resp*)resp_msg_buf; in hwaes_handle_aes_cmd() local286 size_t resp_msg_size = sizeof(*resp_header); in hwaes_handle_aes_cmd()320 resp_header->result = tipc_err_to_hwaes_err(rc); in hwaes_handle_aes_cmd()338 resp_header->result = tipc_err_to_hwaes_err(rc); in hwaes_handle_aes_cmd()346 resp_header->result = tipc_err_to_hwaes_err(rc); in hwaes_handle_aes_cmd()354 resp_header->result = tipc_err_to_hwaes_err(rc); in hwaes_handle_aes_cmd()363 resp_header->result = tipc_err_to_hwaes_err(rc); in hwaes_handle_aes_cmd()371 resp_header->result = tipc_err_to_hwaes_err(rc); in hwaes_handle_aes_cmd()[all …]