Home
last modified time | relevance | path

Searched refs:ssn_freq (Results 1 – 12 of 12) sorted by relevance

/third_party/libcoap/src/oscore/
Doscore_context.c460 osc_ctx->ssn_freq = o_osc_ctx->ssn_freq; in oscore_duplicate_ctx()
534 osc_ctx->ssn_freq = oscore_conf->ssn_freq ? oscore_conf->ssn_freq : 1; in oscore_derive_ctx()
575 … (oscore_conf->start_seq_num % (oscore_conf->ssn_freq > 0 ? oscore_conf->ssn_freq : 1)); in oscore_derive_ctx()
/third_party/libcoap/examples/interop/
De_client.conf8 ssn_freq,integer,4
Db_server.conf8 ssn_freq,integer,4
Da_client.conf8 ssn_freq,integer,4
Df_client.conf8 ssn_freq,integer,4
Dg_client.conf8 ssn_freq,integer,4
Dd_server.conf9 ssn_freq,integer,4
Dc_client.conf9 ssn_freq,integer,4
/third_party/libcoap/include/coap3/
Dcoap_oscore_internal.h46 uint32_t ssn_freq; /**< Sender Seq Num update frequency */ member
/third_party/libcoap/include/oscore/
Doscore_context.h98 uint32_t ssn_freq; /**< Sender Seq Num update frequency */ member
/third_party/libcoap/src/
Dcoap_oscore.c398 osc_ctx->sender_context->next_seq += osc_ctx->ssn_freq; in coap_oscore_new_pdu_encrypted()
1808 CONFIG_ENTRY(ssn_freq, COAP_ENC_INTEGER, NULL),
1852 oscore_conf->ssn_freq = 1; in coap_parse_oscore_conf_mem()
/third_party/libcoap/man/
Dcoap-oscore-conf.txt.in136 *ssn_freq* ::