Searched defs:c (Results 1 – 9 of 9) sorted by relevance
/uoscore-uedhoc-3.5.0/src/edhoc/ |
D | runtime_context.c | 18 void runtime_context_init(struct runtime_context *c) in runtime_context_init()
|
D | responder.c | 199 enum err msg2_gen(struct edhoc_responder_context *c, struct runtime_context *rc, in msg2_gen() 302 enum err msg3_process(struct edhoc_responder_context *c, in msg3_process() 378 enum err msg4_gen(struct edhoc_responder_context *c, struct runtime_context *rc) in msg4_gen() 402 struct edhoc_responder_context *c, in edhoc_responder_run_extended() 443 struct edhoc_responder_context *c, in edhoc_responder_run()
|
D | initiator.c | 78 enum err msg1_gen(const struct edhoc_initiator_context *c, in msg1_gen() 141 enum err msg3_gen(const struct edhoc_initiator_context *c, in msg3_gen() 324 const struct edhoc_initiator_context *c, in edhoc_initiator_run_extended() 358 const struct edhoc_initiator_context *c, in edhoc_initiator_run()
|
D | cert.c | 255 struct cert c; in cert_c509_verify() local
|
/uoscore-uedhoc-3.5.0/src/oscore/ |
D | security_context.c | 105 struct context *c) in oscore_context_init() 166 enum err check_context_freshness(struct context *c) in check_context_freshness()
|
D | coap2oscore.c | 448 static enum err generate_new_ssn(struct context *c) in generate_new_ssn() 500 struct context *c, in encrypt_wrapper() 584 struct context *c) in coap2oscore()
|
D | oscore2coap.c | 255 struct context *c, in decrypt_wrapper() 328 uint32_t *buf_out_len, struct context *c) in oscore2coap()
|
/uoscore-uedhoc-3.5.0/test/oscore_unit_tests/ |
D | unit_test_security_context.c | 43 struct context c; in t500_oscore_context_init_corner_cases() local
|
/uoscore-uedhoc-3.5.0/src/common/ |
D | crypto_wrapper.c | 284 struct tc_ccm_mode_struct c; in aead() local
|