| /uoscore-uedhoc-latest/src/edhoc/ |
| D | responder.c | 56 msg1_parse(struct byte_array *msg1, enum method_type *method, in msg1_parse() argument 72 *method = (enum method_type)m.message_1_METHOD; in msg1_parse() 73 PRINTF("msg1 METHOD: %d\n", (int)*method); in msg1_parse() 175 enum method_type method = INITIATOR_SK_RESPONDER_SK; in msg2_gen() local 179 TRY(msg1_parse(&rc->msg, &method, &suites_i, &g_x, c_i, &rc->ead)); in msg2_gen() 193 authentication_type_get(method, &rc->static_dh_i, &static_dh_r); in msg2_gen()
|
| D | initiator.c | 74 m1.message_1_METHOD = (int32_t)c->method; in msg1_gen() 245 authentication_type_get(c->method, &static_dh_i, &static_dh_r); in msg3_gen()
|
| /uoscore-uedhoc-latest/test_vectors/old/ |
| D | edhoc-vectors-json_v11.txt | 3 "method": "03", 95 "method": "02", 187 "method": "01", 279 "method": "00", 371 "method": "03", 463 "method": "02", 555 "method": "02", 647 "method": "03", 739 "method": "00", 831 "method": "03", [all …]
|
| D | edhoc_test_vectors_v11.h_old | 10 const uint8_t *method; 7470 .method = test_vector_1_method, 7761 .method = test_vector_2_method, 8052 .method = test_vector_3_method, 8343 .method = test_vector_4_method, 8634 .method = test_vector_5_method, 8925 .method = test_vector_6_method, 9216 .method = test_vector_7_method, 9507 .method = test_vector_8_method, 9798 .method = test_vector_9_method, [all …]
|
| /uoscore-uedhoc-latest/samples/linux_edhoc/initiator/src/ |
| D | main.cpp | 163 c_i.method = (enum method_type) * test_vectors[vec_num_i].method; in main() 205 c_i.method = (enum method_type)T1_RFC9529__METHOD; in main()
|
| /uoscore-uedhoc-latest/samples/zephyr_edhoc/initiator/src/ |
| D | main.c | 149 c_i.method = (enum method_type) * test_vectors[vec_num_i].method; in internal_main()
|
| /uoscore-uedhoc-latest/inc/ |
| D | edhoc.h | 65 enum method_type method; member
|
| /uoscore-uedhoc-latest/samples/linux_edhoc_oscore/initiator_client/src/ |
| D | main.cpp | 167 c_i.method = (enum method_type) * test_vectors[vec_num_i].method; in main()
|
| /uoscore-uedhoc-latest/test/edhoc_integration_tests/ |
| D | initiator_responder_interaction.c | 165 c_i.method = (enum method_type) * test_vectors[vec_num_i].method; in thread_initiator()
|
| D | edhoc_tests_rfc9529.c | 113 c_i.method = (enum method_type)T1_RFC9529__METHOD; in test_edhoc_initiator_x509_x5t_rfc9529()
|
| /uoscore-uedhoc-latest/test_vectors/ |
| D | edhoc_test_vectors_p256_v15.h | 10 const uint8_t *method; member 6122 .method = test_vector_1_method, 6419 .method = test_vector_2_method, 6716 .method = test_vector_3_method, 7013 .method = test_vector_4_method, 7310 .method = test_vector_5_method, 7607 .method = test_vector_6_method,
|
| D | edhoc_test_vectors_p256_v16.h | 10 const uint8_t *method; member 6540 .method = test_vector_1_method, 6837 .method = test_vector_2_method, 7134 .method = test_vector_3_method, 7431 .method = test_vector_4_method, 7728 .method = test_vector_5_method, 8025 .method = test_vector_6_method,
|
| /uoscore-uedhoc-latest/ |
| D | README.MD | 151 * derived through EDHOC (or some other method) the Sender Sequence 162 * derived through EDHOC (or some other method) the Sender Sequence
|
| D | Doxyfile | 2491 # dependency graph for every global function or class method. 2503 # dependency graph for every global function or class method.
|
| /uoscore-uedhoc-latest/scripts/ |
| D | json2c.py | 18 const uint8_t *method;\n\ 316 .method = NULL,\n\
|