| /uoscore-uedhoc-latest/src/edhoc/ |
| D | initiator.c | 131 struct cred_array *cred_r_array, in msg2_process() argument 176 TRY(retrieve_cred(static_dh_r, cred_r_array, &id_cred_r, &cred_r, &pk, in msg2_process() 241 struct runtime_context *rc, struct cred_array *cred_r_array, in msg3_gen() argument 250 TRY(msg2_process(c, rc, cred_r_array, c_r, static_dh_i, static_dh_r, in msg3_gen() 279 struct cred_array *cred_r_array, struct byte_array *err_msg, in edhoc_initiator_run_extended() argument 298 TRY(msg3_gen(c, &rc, cred_r_array, c_r_bytes, prk_out)); in edhoc_initiator_run_extended() 315 struct cred_array *cred_r_array, struct byte_array *err_msg, in edhoc_initiator_run() argument 323 return edhoc_initiator_run_extended(c, cred_r_array, err_msg, &c_r, in edhoc_initiator_run()
|
| /uoscore-uedhoc-latest/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,
|
| D | edhoc_internal.h | 62 struct runtime_context *rc, struct cred_array *cred_r_array,
|
| /uoscore-uedhoc-latest/samples/zephyr_edhoc/initiator/src/ |
| D | main.c | 186 struct cred_array cred_r_array = { .len = 1, .ptr = &cred_r }; in internal_main() local 189 edhoc_initiator_run(&c_i, &cred_r_array, &err_msg, &PRK_out, tx, rx, in internal_main()
|
| /uoscore-uedhoc-latest/test/edhoc_integration_tests/ |
| D | edhoc_tests_rfc9529.c | 150 struct cred_array cred_r_array = { .len = 1, .ptr = &cred_r }; in test_edhoc_initiator_x509_x5t_rfc9529() local 152 r = edhoc_initiator_run(&c_i, &cred_r_array, &I_err_msg, &I_PRK_out, in test_edhoc_initiator_x509_x5t_rfc9529()
|
| D | initiator_responder_interaction.c | 202 struct cred_array cred_r_array = { .len = 1, .ptr = &cred_r }; in thread_initiator() local 204 r = edhoc_initiator_run(&c_i, &cred_r_array, &I_err_msg, &I_PRK_out, in thread_initiator()
|
| /uoscore-uedhoc-latest/samples/linux_edhoc_oscore/initiator_client/src/ |
| D | main.cpp | 204 struct cred_array cred_r_array = { .len = 1, .ptr = &cred_r }; in main() local 211 TRY(edhoc_initiator_run(&c_i, &cred_r_array, &err_msg, &PRK_out, tx, rx, in main()
|
| /uoscore-uedhoc-latest/samples/linux_edhoc/initiator/src/ |
| D | main.cpp | 243 struct cred_array cred_r_array = { .len = 1, .ptr = &cred_r }; in main() local 274 TRY(edhoc_initiator_run(&c_i, &cred_r_array, &err_msg, &PRK_out, tx, rx, in main()
|