Home
last modified time | relevance | path

Searched refs:T2__MASTER_SECRET (Results 1 – 3 of 3) sorted by relevance

/uoscore-uedhoc-3.6.0/test_vectors/
Doscore_test_vectors.c83 const uint8_t T2__MASTER_SECRET[16] = { 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, variable
86 uint8_t T2__MASTER_SECRET_LEN = sizeof(T2__MASTER_SECRET);
337 uint8_t T8__MASTER_SECRET_LEN = sizeof(T2__MASTER_SECRET);
Doscore_test_vectors.h40 extern const uint8_t T2__MASTER_SECRET[16];
/uoscore-uedhoc-3.6.0/test/oscore_integration_tests/
Doscore_integration_tests.c211 .master_secret.ptr = (uint8_t *)T2__MASTER_SECRET, in t2_oscore_server_request_response()