Home
last modified time | relevance | path

Searched refs:rfc8613_b_1_2 (Results 1 - 4 of 4) sorted by relevance

/third_party/libcoap/include/coap3/
H A Dcoap_oscore_internal.h49 uint32_t rfc8613_b_1_2; /**< 1 if rfc8613 B.1.2 enabled else 0 */ member
/third_party/libcoap/src/oscore/
H A Doscore_context.c462 osc_ctx->rfc8613_b_1_2 = o_osc_ctx->rfc8613_b_1_2; in oscore_duplicate_ctx()
538 osc_ctx->rfc8613_b_1_2 = oscore_conf->rfc8613_b_1_2; in oscore_derive_ctx()
/third_party/libcoap/include/oscore/
H A Doscore_context.h96 uint8_t rfc8613_b_1_2; /**< 1 if rfc8613 B.1.2 enabled else 0 */ member
/third_party/libcoap/src/
H A Dcoap_oscore.c1430 if (coap_request && osc_ctx->rfc8613_b_1_2) { in coap_oscore_decrypt_pdu()
1811 CONFIG_ENTRY(rfc8613_b_1_2, COAP_ENC_BOOL, NULL),
1855 oscore_conf->rfc8613_b_1_2 = 1; in coap_parse_oscore_conf_mem()

Completed in 6 milliseconds