Home
last modified time | relevance | path

Searched refs:T1__MASTER_SECRET (Results 1 – 6 of 6) sorted by relevance

/uoscore-uedhoc-3.6.0/test/oscore_latency_tests/
Doscore_latency_test.c120 .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/
Doscore_test_vectors.c17 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);
Doscore_test_vectors.h16 extern const uint8_t T1__MASTER_SECRET[16];
/uoscore-uedhoc-3.6.0/samples/linux_oscore/client/src/
Dmain.cpp76 (uint8_t *)T1__MASTER_SECRET, in main()
/uoscore-uedhoc-3.6.0/samples/linux_oscore/server/src/
Dmain.cpp119 (uint8_t *)T1__MASTER_SECRET, in main()
/uoscore-uedhoc-3.6.0/test/oscore_integration_tests/
Doscore_integration_tests.c35 .master_secret.ptr = (uint8_t *)T1__MASTER_SECRET, in get_default_params()