Searched refs:T1__MASTER_SECRET (Results 1 – 6 of 6) sorted by relevance
/uoscore-uedhoc-3.6.0/test/oscore_latency_tests/ |
D | oscore_latency_test.c | 120 .master_secret.ptr = (uint8_t *)T1__MASTER_SECRET, in t800_oscore_latency_test() 140 .master_secret.ptr = (uint8_t *)T1__MASTER_SECRET, in t800_oscore_latency_test()
|
/uoscore-uedhoc-3.6.0/test_vectors/ |
D | oscore_test_vectors.c | 17 const uint8_t T1__MASTER_SECRET[16] = { 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, variable 20 uint8_t T1__MASTER_SECRET_LEN = sizeof(T1__MASTER_SECRET);
|
D | oscore_test_vectors.h | 16 extern const uint8_t T1__MASTER_SECRET[16];
|
/uoscore-uedhoc-3.6.0/samples/linux_oscore/client/src/ |
D | main.cpp | 76 (uint8_t *)T1__MASTER_SECRET, in main()
|
/uoscore-uedhoc-3.6.0/samples/linux_oscore/server/src/ |
D | main.cpp | 119 (uint8_t *)T1__MASTER_SECRET, in main()
|
/uoscore-uedhoc-3.6.0/test/oscore_integration_tests/ |
D | oscore_integration_tests.c | 35 .master_secret.ptr = (uint8_t *)T1__MASTER_SECRET, in get_default_params()
|