Home
last modified time | relevance | path

Searched refs:ead_process (Results 1 – 10 of 10) sorted by relevance

/uoscore-uedhoc-latest/inc/
Dedhoc.h116 enum err (*ead_process)(void *params, struct byte_array *ead24));
138 enum err (*ead_process)(void *params, struct byte_array *ead24));
157 enum err (*ead_process)(void *params, struct byte_array *ead13));
180 enum err (*ead_process)(void *params, struct byte_array *ead13));
/uoscore-uedhoc-latest/src/edhoc/
Dinitiator.c283 enum err (*ead_process)(void *params, struct byte_array *ead24)) in edhoc_initiator_run_extended()
299 TRY(ead_process(c->params_ead_process, &rc.ead)); in edhoc_initiator_run_extended()
308 TRY(ead_process(c->params_ead_process, &rc.ead)); in edhoc_initiator_run_extended()
319 enum err (*ead_process)(void *params, struct byte_array *ead24)) in edhoc_initiator_run()
324 prk_out, tx, rx, ead_process); in edhoc_initiator_run()
Dresponder.c340 enum err (*ead_process)(void *params, struct byte_array *ead13)) in edhoc_responder_run_extended()
351 TRY(ead_process(c->params_ead_process, &rc.ead)); in edhoc_responder_run_extended()
359 TRY(ead_process(c->params_ead_process, &rc.ead)); in edhoc_responder_run_extended()
374 enum err (*ead_process)(void *params, struct byte_array *ead13)) in edhoc_responder_run()
379 ead_process); in edhoc_responder_run()
/uoscore-uedhoc-latest/samples/zephyr_edhoc/initiator/src/
Dmain.c41 enum err ead_process(void *params, struct byte_array *ead13) in ead_process() function
190 ead_process); in internal_main()
/uoscore-uedhoc-latest/samples/zephyr_edhoc/responder/src/
Dmain.c50 enum err ead_process(void *params, struct byte_array *ead13) in ead_process() function
196 rx, ead_process); in internal_main()
/uoscore-uedhoc-latest/test/edhoc_integration_tests/
Dinitiator_responder_interaction.c137 enum err ead_process(void *params, struct byte_array *ead13) in ead_process() function
205 tx_initiator, rx_initiator, ead_process); in thread_initiator()
303 tx_responder, rx_responder, ead_process); in thread_responder()
/uoscore-uedhoc-latest/samples/linux_edhoc_oscore/initiator_client/src/
Dmain.cpp68 enum err ead_process(void *params, struct byte_array *ead13) in ead_process() function
212 ead_process)); in main()
/uoscore-uedhoc-latest/samples/linux_edhoc/initiator/src/
Dmain.cpp67 enum err ead_process(void *params, struct byte_array *ead13) in ead_process() function
275 ead_process)); in main()
/uoscore-uedhoc-latest/samples/linux_edhoc/responder/src/
Dmain.cpp107 enum err ead_process(void *params, struct byte_array *ead13) in ead_process() function
305 tx, rx, ead_process)); in main()
/uoscore-uedhoc-latest/samples/linux_edhoc_oscore/responder_server/src/
Dmain.cpp131 enum err ead_process(void *params, struct byte_array *ead13) in ead_process() function
283 ead_process)); in main()