Searched refs:is_state_error (Results 1 – 1 of 1) sorted by relevance
26 static bool is_state_error(struct key_agreement_client *handle, enum protocol_action action);44 if (is_state_error(client, SEND_START_REQUEST)) { in send_start_request()70 if (is_state_error(client, SEND_END_REQUEST)) { in send_end_request()102 if (is_state_error(client, RECEIVE_END_RESPONSE)) { in receive_end_response()124 static bool is_state_error(struct key_agreement_client *handle, enum protocol_action action) in is_state_error() function