Home
last modified time | relevance | path

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

/openthread-latest/tests/unit/
Dtest_hmac_sha256.cpp164 const char kKey2[] = "Jefe"; in TestHmacSha256() local
223 …{{reinterpret_cast<const uint8_t *>(&kKey2[0]), sizeof(kKey2) - 1, 0}, kData2, sizeof(kData2) - 1,… in TestHmacSha256()
Dtest_dns.cpp1544 const char kKey2[] = "E"; in TestDnsTxtEntry() local
1592 Dns::TxtEntry(kKey2, kValue2, sizeof(kValue2)), in TestDnsTxtEntry()
Dtest_mdns.cpp1676 static const uint8_t kKey2[] = {0x12, 0x34, 0x56}; variable
2138 key.mKeyData = kKey2; in TestKeyReg()
2139 key.mKeyDataLength = sizeof(kKey2); in TestKeyReg()