Home
last modified time | relevance | path

Searched refs:break_sender_key (Results 1 – 5 of 5) sorted by relevance

/third_party/libcoap/examples/interop/
Df_client.conf10 break_sender_key,bool,true
/third_party/libcoap/include/coap3/
Dcoap_oscore_internal.h53 uint32_t break_sender_key; /**< 1 if sender key to be broken, else 0 */ member
/third_party/libcoap/man/
Dcoap-oscore-conf.txt.in145 *break_sender_key* ::
/third_party/libcoap/src/oscore/
Doscore_context.c545 if (oscore_conf->break_sender_key) in oscore_derive_ctx()
/third_party/libcoap/src/
Dcoap_oscore.c1813 CONFIG_ENTRY(break_sender_key, COAP_ENC_BOOL, NULL),
1857 oscore_conf->break_sender_key = 0; in coap_parse_oscore_conf_mem()