/uoscore-uedhoc-3.7.0/inc/ |
D | edhoc.h | 112 struct cred_array *cred_r_array, struct byte_array *err_msg, 134 struct cred_array *cred_r_array, struct byte_array *err_msg, 154 struct byte_array *err_msg, struct byte_array *prk_out, 176 struct byte_array *err_msg, struct byte_array *prk_out,
|
/uoscore-uedhoc-3.7.0/samples/zephyr_edhoc/initiator/src/ |
D | main.c | 137 BYTE_ARRAY_NEW(err_msg, 0, 0); in internal_main() 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 | 143 BYTE_ARRAY_NEW(err_msg, 0, 0); in internal_main() 195 edhoc_responder_run(&c_r, &cred_i_array, &err_msg, &PRK_out, tx, in internal_main()
|
/uoscore-uedhoc-3.7.0/src/edhoc/ |
D | initiator.c | 280 struct cred_array *cred_r_array, struct byte_array *err_msg, in edhoc_initiator_run_extended() argument 316 struct cred_array *cred_r_array, struct byte_array *err_msg, in edhoc_initiator_run() argument 324 return edhoc_initiator_run_extended(c, cred_r_array, err_msg, &c_r, in edhoc_initiator_run()
|
D | responder.c | 336 struct byte_array *err_msg, struct byte_array *prk_out, in edhoc_responder_run_extended() argument 371 struct byte_array *err_msg, struct byte_array *prk_out, in edhoc_responder_run() argument 377 return edhoc_responder_run_extended(c, cred_i_array, err_msg, prk_out, in edhoc_responder_run()
|
/uoscore-uedhoc-3.7.0/samples/linux_edhoc/initiator/src/ |
D | main.cpp | 145 BYTE_ARRAY_NEW(err_msg, 0, 0); in main() 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 | 177 BYTE_ARRAY_NEW(err_msg, 0, 0); in main() 261 TRY(edhoc_responder_run(&c_r, &cred_i_array, &err_msg, &PRK_out, in main()
|
/uoscore-uedhoc-3.7.0/samples/linux_edhoc_oscore/initiator_client/src/ |
D | main.cpp | 153 BYTE_ARRAY_NEW(err_msg, 0, 0); in main() 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 | 225 BYTE_ARRAY_NEW(err_msg, 0, 0); in main() 282 TRY(edhoc_responder_run(&c_r, &cred_i_array, &err_msg, &PRK_out, tx, rx, in main()
|