Searched defs:c (Results 1 – 9 of 9) sorted by relevance
/uoscore-uedhoc-3.7.0/src/edhoc/ |
D | initiator.c | 68 enum err msg1_gen(const struct edhoc_initiator_context *c, in msg1_gen() 129 static enum err msg2_process(const struct edhoc_initiator_context *c, in msg2_process() 203 static enum err msg3_only_gen(const struct edhoc_initiator_context *c, in msg3_only_gen() 241 enum err msg3_gen(const struct edhoc_initiator_context *c, in msg3_gen() 279 const struct edhoc_initiator_context *c, in edhoc_initiator_run_extended() 315 const struct edhoc_initiator_context *c, in edhoc_initiator_run()
|
D | runtime_context.c | 18 void runtime_context_init(struct runtime_context *c) in runtime_context_init()
|
D | responder.c | 170 enum err msg2_gen(struct edhoc_responder_context *c, struct runtime_context *rc, in msg2_gen() 246 enum err msg3_process(struct edhoc_responder_context *c, in msg3_process() 313 enum err msg4_gen(struct edhoc_responder_context *c, struct runtime_context *rc) in msg4_gen() 335 struct edhoc_responder_context *c, struct cred_array *cred_i_array, in edhoc_responder_run_extended() 370 struct edhoc_responder_context *c, struct cred_array *cred_i_array, in edhoc_responder_run()
|
D | cert.c | 252 struct cert c; in cert_c509_verify() local
|
/uoscore-uedhoc-3.7.0/src/oscore/ |
D | security_context.c | 105 struct context *c) in oscore_context_init() 167 enum err check_context_freshness(struct context *c) in check_context_freshness()
|
D | coap2oscore.c | 453 static enum err generate_new_ssn(struct context *c) in generate_new_ssn() 508 struct context *c, in encrypt_wrapper() 592 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.7.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.7.0/src/common/ |
D | crypto_wrapper.c | 287 struct tc_ccm_mode_struct c; in aead() local
|