Searched refs:runtime_context (Results 1 – 5 of 5) sorted by relevance
| /uoscore-uedhoc-latest/inc/ |
| D | edhoc_internal.h | 35 void runtime_context_init(struct runtime_context *c); 45 struct runtime_context *rc); 62 struct runtime_context *rc, struct cred_array *cred_r_array, 75 enum err msg4_process(struct runtime_context *rc); 86 enum err msg2_gen(struct edhoc_responder_context *c, struct runtime_context *rc, 106 struct runtime_context *rc, 120 struct runtime_context *rc);
|
| /uoscore-uedhoc-latest/src/edhoc/ |
| D | initiator.c | 69 struct runtime_context *rc) in msg1_gen() 130 struct runtime_context *rc, in msg2_process() 203 struct runtime_context *rc, bool static_dh_i, in msg3_only_gen() 241 struct runtime_context *rc, struct cred_array *cred_r_array, in msg3_gen() 259 enum err msg4_process(struct runtime_context *rc) in msg4_process() 285 struct runtime_context rc = { 0 }; in edhoc_initiator_run_extended()
|
| D | responder.c | 170 enum err msg2_gen(struct edhoc_responder_context *c, struct runtime_context *rc, in msg2_gen() 247 struct runtime_context *rc, in msg3_process() 313 enum err msg4_gen(struct edhoc_responder_context *c, struct runtime_context *rc) in msg4_gen() 342 struct runtime_context rc = { 0 }; in edhoc_responder_run_extended()
|
| D | runtime_context.c | 18 void runtime_context_init(struct runtime_context *c) in runtime_context_init()
|
| /uoscore-uedhoc-latest/inc/edhoc/ |
| D | runtime_context.h | 20 struct runtime_context { struct
|