Searched defs:oscore_interaction_t (Results 1 – 1 of 1) sorted by relevance
30 struct oscore_interaction_t { struct32 enum o_coap_msg request_type;35 uint8_t token[MAX_TOKEN_LEN];36 uint8_t token_len;60 enum err oscore_interactions_init(struct oscore_interaction_t *interactions); argument