Searched refs:cred_i_array (Results 1 – 8 of 8) sorted by relevance
| /uoscore-uedhoc-latest/src/edhoc/ |
| D | responder.c | 248 struct cred_array *cred_i_array, in msg3_process() argument 280 TRY(retrieve_cred(rc->static_dh_i, cred_i_array, &id_cred_i, &cred_i, in msg3_process() 335 struct edhoc_responder_context *c, struct cred_array *cred_i_array, in edhoc_responder_run_extended() argument 358 TRY(msg3_process(c, &rc, cred_i_array, prk_out, initiator_pub_key)); in edhoc_responder_run_extended() 370 struct edhoc_responder_context *c, struct cred_array *cred_i_array, 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-latest/inc/ |
| D | edhoc.h | 153 struct edhoc_responder_context *c, struct cred_array *cred_i_array, 175 struct edhoc_responder_context *c, struct cred_array *cred_i_array,
|
| D | edhoc_internal.h | 107 struct cred_array *cred_i_array,
|
| /uoscore-uedhoc-latest/samples/zephyr_edhoc/responder/src/ |
| D | main.c | 193 struct cred_array cred_i_array = { .len = 1, .ptr = &cred_i }; in internal_main() local 195 edhoc_responder_run(&c_r, &cred_i_array, &err_msg, &PRK_out, tx, in internal_main()
|
| /uoscore-uedhoc-latest/test/edhoc_integration_tests/ |
| D | edhoc_tests_rfc9529.c | 214 struct cred_array cred_i_array = { .len = 1, .ptr = &cred_i }; in test_edhoc_responder_x509_x5t_rfc9529() local 216 r = edhoc_responder_run(&c_r, &cred_i_array, &R_err_msg, &R_PRK_out, in test_edhoc_responder_x509_x5t_rfc9529()
|
| D | initiator_responder_interaction.c | 301 struct cred_array cred_i_array = { .len = 1, .ptr = &cred_i }; in thread_responder() local 302 r = edhoc_responder_run(&c_r, &cred_i_array, &R_err_msg, &R_PRK_out, in thread_responder()
|
| /uoscore-uedhoc-latest/samples/linux_edhoc/responder/src/ |
| D | main.cpp | 270 struct cred_array cred_i_array = { .len = 1, .ptr = &cred_i }; in main() local 304 TRY(edhoc_responder_run(&c_r, &cred_i_array, &err_msg, &PRK_out, in main()
|
| /uoscore-uedhoc-latest/samples/linux_edhoc_oscore/responder_server/src/ |
| D | main.cpp | 275 struct cred_array cred_i_array = { .len = 1, .ptr = &cred_i }; in main() local 282 TRY(edhoc_responder_run(&c_r, &cred_i_array, &err_msg, &PRK_out, tx, rx, in main()
|