Home
last modified time | relevance | path

Searched refs:echo_state (Results 1 – 2 of 2) sorted by relevance

/uoscore-uedhoc-latest/inc/oscore/
Dsecurity_context.h39 enum echo_state { enum
91 enum echo_state echo_state_machine;
/uoscore-uedhoc-latest/src/oscore/
Dcoap2oscore.c482 static bool needs_new_piv(enum o_coap_msg msg_type, enum echo_state echo_state) in needs_new_piv() argument
491 return ((COAP_MSG_RESPONSE != msg_type) || (ECHO_VERIFY == echo_state)); in needs_new_piv()