Home
last modified time | relevance | path

Searched refs:kKey5 (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/tests/unit/
Dtest_hmac_sha256.cpp202 const uint8_t kKey5[] = { in TestHmacSha256() local
226 {{&kKey5[0], sizeof(kKey5), 0}, kData5, sizeof(kData5) - 1, kHash5}, in TestHmacSha256()
Dtest_dns.cpp1553 const char kKey5[] = "1234567890"; // Longer than recommended key in TestDnsTxtEntry() local
1595 Dns::TxtEntry(kKey5, kValue5, sizeof(kValue5)), in TestDnsTxtEntry()