Searched defs:oscore_association_t (Results 1 – 1 of 1) sorted by relevance
82 typedef struct oscore_association_t oscore_association_t; typedef142 struct oscore_association_t { struct143 UT_hash_handle hh;144 oscore_recipient_ctx_t *recipient_ctx;145 coap_pdu_t *sent_pdu;146 coap_bin_const_t *token;147 coap_bin_const_t *aad;148 coap_bin_const_t *nonce;149 coap_bin_const_t *partial_iv;150 coap_tick_t last_seen;[all …]