Searched defs:coap_oscore_conf_t (Results 1 – 2 of 2) sorted by relevance
36 struct coap_oscore_conf_t { struct37 coap_bin_const_t *master_secret; /**< Common Master Secret */38 coap_bin_const_t *master_salt; /**< Common Master Salt */39 coap_bin_const_t *sender_id; /**< Sender ID (i.e. local our id) */40 coap_bin_const_t *id_context; /**< Common ID context */41 coap_bin_const_t **recipient_id; /**< Recipient ID (i.e. remote peer id)43 uint32_t recipient_id_count; /**< Number of recipient_id entries */44 uint32_t replay_window; /**< Replay window size46 uint32_t ssn_freq; /**< Sender Seq Num update frequency */47 cose_alg_t aead_alg; /**< Set to one of COSE_ALGORITHM_AES* */[all …]
83 typedef struct coap_oscore_conf_t coap_oscore_conf_t; typedef