Home
last modified time | relevance | path

Searched defs:oscore_ctx_t (Results 1 – 2 of 2) sorted by relevance

/third_party/libcoap/include/oscore/
Doscore_context.h84 struct oscore_ctx_t { struct
85 struct oscore_ctx_t *next; argument
86 coap_bin_const_t *master_secret;
87 coap_bin_const_t *master_salt;
88 coap_bin_const_t *common_iv; /**< Derived from Master Secret,
90 coap_bin_const_t *id_context; /**< contains GID in case of group */
91 oscore_sender_ctx_t *sender_context;
115 oscore_ctx_t *osc_ctx; argument
/third_party/libcoap/include/coap3/
Dcoap_internal.h95 typedef struct oscore_ctx_t oscore_ctx_t; typedef