Searched defs:oscore_ctx_t (Results 1 – 2 of 2) sorted by relevance
84 struct oscore_ctx_t { struct85 struct oscore_ctx_t *next; argument86 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
95 typedef struct oscore_ctx_t oscore_ctx_t; typedef