Home
last modified time | relevance | path

Searched refs:tx (Results 1 – 13 of 13) sorted by relevance

/uoscore-uedhoc-3.7.0/inc/
Dedhoc.h114 enum err (*tx)(void *sock, struct byte_array *data),
136 enum err (*tx)(void *sock, struct byte_array *data),
155 enum err (*tx)(void *sock, struct byte_array *data),
178 enum err (*tx)(void *sock, struct byte_array *data),
/uoscore-uedhoc-3.7.0/inc/edhoc/
Dtxrx_wrapper.h24 extern enum err tx(uint8_t *data, uint32_t data_len);
/uoscore-uedhoc-3.7.0/test/edhoc_integration_tests/
Dtxrx_wrapper.h18 enum err tx(void *sock, uint8_t *data, uint32_t data_len);
Dtxrx_wrapper.c60 enum err tx(void *sock, uint8_t *data, uint32_t data_len) in tx() function
/uoscore-uedhoc-3.7.0/src/edhoc/
Dinitiator.c282 enum err (*tx)(void *sock, struct byte_array *data), in edhoc_initiator_run_extended()
291 TRY(tx(c->sock, &rc.msg)); in edhoc_initiator_run_extended()
301 TRY(tx(c->sock, &rc.msg)); in edhoc_initiator_run_extended()
318 enum err (*tx)(void *sock, struct byte_array *data), in edhoc_initiator_run()
325 prk_out, tx, rx, ead_process); in edhoc_initiator_run()
Dresponder.c338 enum err (*tx)(void *sock, struct byte_array *data), in edhoc_responder_run_extended()
352 TRY(tx(c->sock, &rc.msg)); in edhoc_responder_run_extended()
364 TRY(tx(c->sock, &rc.msg)); in edhoc_responder_run_extended()
372 enum err (*tx)(void *sock, struct byte_array *data), in edhoc_responder_run()
378 &NULL_ARRAY, &c_i, tx, rx, in edhoc_responder_run()
/uoscore-uedhoc-3.7.0/samples/zephyr_edhoc/initiator/src/
Dmain.c53 enum err tx(void *sock, struct byte_array *data) in tx() function
189 edhoc_initiator_run(&c_i, &cred_r_array, &err_msg, &PRK_out, tx, rx, in internal_main()
/uoscore-uedhoc-3.7.0/samples/zephyr_edhoc/responder/src/
Dmain.c57 enum err tx(void *sock, struct byte_array *data) in tx() function
195 edhoc_responder_run(&c_r, &cred_i_array, &err_msg, &PRK_out, tx, in internal_main()
/uoscore-uedhoc-3.7.0/samples/linux_edhoc/initiator/src/
Dmain.cpp79 enum err tx(void *sock, struct byte_array *data) in tx() function
225 TRY(edhoc_initiator_run(&c_i, &cred_r_array, &err_msg, &PRK_out, tx, rx, in main()
/uoscore-uedhoc-3.7.0/samples/linux_edhoc/responder/src/
Dmain.cpp116 enum err tx(void *sock, struct byte_array *data) in tx() function
262 tx, rx, ead_process)); in main()
/uoscore-uedhoc-3.7.0/samples/linux_edhoc_oscore/initiator_client/src/
Dmain.cpp80 enum err tx(void *sock, struct byte_array *data) in tx() function
211 TRY(edhoc_initiator_run(&c_i, &cred_r_array, &err_msg, &PRK_out, tx, rx, in main()
/uoscore-uedhoc-3.7.0/samples/linux_edhoc_oscore/responder_server/src/
Dmain.cpp138 enum err tx(void *sock, struct byte_array *data) in tx() function
282 TRY(edhoc_responder_run(&c_r, &cred_i_array, &err_msg, &PRK_out, tx, rx, in main()
/uoscore-uedhoc-3.7.0/
DREADME.MD90 enum err tx(void *sock, struct byte_array *data);
111 …annot handle correlation a connection identifier needs to be prepended in `tx()` function and remo…