Home
last modified time | relevance | path

Searched refs:save_seq_num_func (Results 1 - 5 of 5) sorted by relevance

/third_party/libcoap/include/coap3/
H A Dcoap_oscore_internal.h57 coap_oscore_save_seq_num_t save_seq_num_func; /**< Called every seq num member
59 void *save_seq_num_func_param; /**< Passed to save_seq_num_func() */
H A Dcoap_oscore.h144 * @param save_seq_num_func Function to call to save Sender Sequence Number in
147 * save_seq_num_func() function.
156 coap_oscore_save_seq_num_t save_seq_num_func,
/third_party/libcoap/src/oscore/
H A Doscore_context.c464 osc_ctx->save_seq_num_func = o_osc_ctx->save_seq_num_func; in oscore_duplicate_ctx()
488 * and (potentially) be lower than seq, then save_seq_num_func() is in oscore_duplicate_ctx()
540 osc_ctx->save_seq_num_func = oscore_conf->save_seq_num_func; in oscore_derive_ctx()
571 * and (potentially) be lower than seq, then save_seq_num_func() is in oscore_derive_ctx()
/third_party/libcoap/src/
H A Dcoap_oscore.c395 if (osc_ctx->save_seq_num_func) { in coap_oscore_new_pdu_encrypted()
399 osc_ctx->save_seq_num_func(osc_ctx->sender_context->next_seq, in coap_oscore_new_pdu_encrypted()
2023 coap_oscore_save_seq_num_t save_seq_num_func, in coap_new_oscore_conf()
2031 oscore_conf->save_seq_num_func = save_seq_num_func; in coap_new_oscore_conf()
2165 coap_oscore_save_seq_num_t save_seq_num_func, in coap_new_oscore_conf()
2169 (void)save_seq_num_func; in coap_new_oscore_conf()
2022 coap_new_oscore_conf(coap_str_const_t conf_mem, coap_oscore_save_seq_num_t save_seq_num_func, void *save_seq_num_func_param, uint64_t start_seq_num) coap_new_oscore_conf() argument
2164 coap_new_oscore_conf(coap_str_const_t conf_mem, coap_oscore_save_seq_num_t save_seq_num_func, void *save_seq_num_func_param, uint64_t start_seq_num) coap_new_oscore_conf() argument
/third_party/libcoap/include/oscore/
H A Doscore_context.h100 coap_oscore_save_seq_num_t save_seq_num_func; /**< Called every seq num member
102 void *save_seq_num_func_param; /**< Passed to save_seq_num_func() */

Completed in 5 milliseconds