Home
last modified time | relevance | path

Searched defs:TestVector (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/tests/unit/
Dtest_hkdf_sha256.cpp41 struct TestVector struct
43 const uint8_t *mInKey;
44 uint16_t mInKeyLength;
45 const uint8_t *mSalt;
46 uint16_t mSaltLength;
47 const uint8_t *mInfo;
48 uint16_t mInfoLength;
49 const uint8_t *mOutKey;
50 uint16_t mOutKeyLength;
Dtest_ip_address.cpp39 template <typename AddressType> struct TestVector struct
41 const char *mString;
42 const uint8_t mAddr[sizeof(AddressType)];
43 Error mError;
587 struct TestVector in TestIp6PrefixTidy() struct
589 uint8_t originalPrefix[OT_IP6_ADDRESS_SIZE]; in TestIp6PrefixTidy()
590 const char *prefixStringAfterTidy[129]; in TestIp6PrefixTidy()