Home
last modified time | relevance | path

Searched refs:cache_echo_val (Results 1 – 4 of 4) sorted by relevance

/uoscore-uedhoc-latest/inc/oscore/
Doption.h135 enum err cache_echo_val(struct byte_array *dest, struct o_coap_option *options,
/uoscore-uedhoc-latest/test/oscore_unit_tests/
Dunit_test_option.c72 r = cache_echo_val(&empty, (struct o_coap_option *)&options, 4); in t401_cache_echo_val()
76 r = cache_echo_val(&empty, (struct o_coap_option *)&options, 3); in t401_cache_echo_val()
/uoscore-uedhoc-latest/src/oscore/
Doption.c80 enum err cache_echo_val(struct byte_array *dest, struct o_coap_option *options, in cache_echo_val() function
Dcoap2oscore.c653 TRY(cache_echo_val(&c->rrc.echo_opt_val, e_options, in coap2oscore()