Home
last modified time | relevance | path

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

/third_party/libcoap/src/oscore/
Doscore_context.c463 osc_ctx->rfc8613_b_2 = o_osc_ctx->rfc8613_b_2; in oscore_duplicate_ctx()
539 osc_ctx->rfc8613_b_2 = oscore_conf->rfc8613_b_2; in oscore_derive_ctx()
/third_party/libcoap/include/coap3/
Dcoap_oscore_internal.h50 uint32_t rfc8613_b_2; /**< 1 if rfc8613 B.2 protocol else 0 */ member
/third_party/libcoap/include/oscore/
Doscore_context.h97 uint8_t rfc8613_b_2; /**< 1 if rfc8613 B.2 protocol else 0 */ member
/third_party/libcoap/src/
Dcoap_oscore.c42 if (oscore_conf->rfc8613_b_2) { in coap_oscore_initiate()
922 if (ptr && osc_ctx && osc_ctx->rfc8613_b_2 && in coap_oscore_decrypt_pdu()
1812 CONFIG_ENTRY(rfc8613_b_2, COAP_ENC_BOOL, NULL),
1856 oscore_conf->rfc8613_b_2 = 0; in coap_parse_oscore_conf_mem()
/third_party/libcoap/man/
Dcoap-oscore-conf.txt.in130 *rfc8613_b_2* ::