Home
last modified time | relevance | path

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

/third_party/libcoap/examples/interop/
Dg_client.conf10 break_recipient_key,bool,true
/third_party/libcoap/include/coap3/
Dcoap_oscore_internal.h54 uint32_t break_recipient_key; /**< 1 if recipient key to be broken, else 0 */ member
/third_party/libcoap/man/
Dcoap-oscore-conf.txt.in149 *break_recipient_key* ::
/third_party/libcoap/src/oscore/
Doscore_context.c582 oscore_conf->break_recipient_key) == NULL) { in oscore_derive_ctx()
/third_party/libcoap/src/
Dcoap_oscore.c1814 CONFIG_ENTRY(break_recipient_key, COAP_ENC_BOOL, NULL),
1858 oscore_conf->break_recipient_key = 0; in coap_parse_oscore_conf_mem()