Home
last modified time | relevance | path

Searched refs:cred_i_array (Results 1 – 8 of 8) sorted by relevance

/uoscore-uedhoc-latest/src/edhoc/
Dresponder.c248 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/
Dedhoc.h153 struct edhoc_responder_context *c, struct cred_array *cred_i_array,
175 struct edhoc_responder_context *c, struct cred_array *cred_i_array,
Dedhoc_internal.h107 struct cred_array *cred_i_array,
/uoscore-uedhoc-latest/samples/zephyr_edhoc/responder/src/
Dmain.c193 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/
Dedhoc_tests_rfc9529.c214 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()
Dinitiator_responder_interaction.c301 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/
Dmain.cpp270 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/
Dmain.cpp275 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()