Home
last modified time | relevance | path

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

/uoscore-uedhoc-latest/src/oscore/
Doption.c117 struct byte_array *decrypted_payload) in echo_val_is_fresh() argument
126 TRY(oscore_decrypted_payload_parser(decrypted_payload, &code, E_options, in echo_val_is_fresh()
Doscore2coap.c200 static inline enum err o_coap_pkg_generate(struct byte_array *decrypted_payload, in o_coap_pkg_generate() argument
210 TRY(oscore_decrypted_payload_parser(decrypted_payload, &code, E_options, in o_coap_pkg_generate()
/uoscore-uedhoc-latest/inc/oscore/
Doption.h147 struct byte_array *decrypted_payload);
/uoscore-uedhoc-latest/test/oscore_unit_tests/
Dunit_test_option.c91 struct byte_array decrypted_payload = BYTE_ARRAY_INIT( in t402_echo_val_is_fresh() local
95 r = echo_val_is_fresh(&cache_val, &decrypted_payload); in t402_echo_val_is_fresh()