Searched refs:c_r_raw (Results 1 – 6 of 6) sorted by relevance
/uoscore-uedhoc-3.4.0/test_vectors/ |
D | edhoc-vectors-json_v11.txt | 23 "c_r_raw": "", 114 "c_r_raw": 6, 207 "c_r_raw": -14, 298 "c_r_raw": -19, 391 "c_r_raw": 20, 482 "c_r_raw": -13, 574 "c_r_raw": 1, 667 "c_r_raw": -4, 758 "c_r_raw": 15, 851 "c_r_raw": "977c", [all …]
|
D | edhoc_test_vectors.h | 294 const uint8_t *c_r_raw; member 7754 .c_r_raw = test_vector_1_c_r_raw, 8045 .c_r_raw = NULL, 8336 .c_r_raw = NULL, 8627 .c_r_raw = NULL, 8918 .c_r_raw = NULL, 9209 .c_r_raw = NULL, 9500 .c_r_raw = NULL, 9791 .c_r_raw = NULL, 10082 .c_r_raw = NULL, [all …]
|
/uoscore-uedhoc-3.4.0/samples/linux_edhoc/responder/src/ |
D | main.cpp | 209 if (test_vectors[vec_num_i].c_r_raw != NULL) { in main() 213 (uint8_t *)test_vectors[vec_num_i].c_r_raw; in main()
|
/uoscore-uedhoc-3.4.0/samples/linux_edhoc_oscore/responder_server/src/ |
D | main.cpp | 224 if (test_vectors[vec_num_i].c_r_raw != NULL) { in main() 228 (uint8_t *)test_vectors[vec_num_i].c_r_raw; in main()
|
/uoscore-uedhoc-3.4.0/test/edhoc_testvector_tests/ |
D | edhoc_tests.c | 137 if (test_vectors[vec_num].c_r_raw != NULL) { in test_edhoc() 142 (uint8_t *)test_vectors[vec_num].c_r_raw; in test_edhoc()
|
/uoscore-uedhoc-3.4.0/scripts/ |
D | json2c.py | 299 const uint8_t *c_r_raw;\n\ 591 .c_r_raw = NULL,\n\
|