/uoscore-uedhoc-3.7.0/inc/ |
D | edhoc.h | 114 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/ |
D | txrx_wrapper.h | 24 extern enum err tx(uint8_t *data, uint32_t data_len);
|
/uoscore-uedhoc-3.7.0/test/edhoc_integration_tests/ |
D | txrx_wrapper.h | 18 enum err tx(void *sock, uint8_t *data, uint32_t data_len);
|
D | txrx_wrapper.c | 60 enum err tx(void *sock, uint8_t *data, uint32_t data_len) in tx() function
|
/uoscore-uedhoc-3.7.0/src/edhoc/ |
D | initiator.c | 282 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()
|
D | responder.c | 338 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/ |
D | main.c | 53 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/ |
D | main.c | 57 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/ |
D | main.cpp | 79 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/ |
D | main.cpp | 116 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/ |
D | main.cpp | 80 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/ |
D | main.cpp | 138 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/ |
D | README.MD | 90 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…
|