Home
last modified time | relevance | path

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

/openthread-latest/tests/unit/
Dtest_pskc.cpp43 static const otExtendedPanId kExtPanId = {{0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08}}; in TestMinimumPassphrase() local
53 … SuccessOrQuit(GeneratePskc(kPassphrase, AsCoreType(&kNetworkName), AsCoreType(&kExtPanId), pskc)); in TestMinimumPassphrase()
61 static const otExtendedPanId kExtPanId = {{0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08}}; in TestMaximumPassphrase() local
87 … SuccessOrQuit(GeneratePskc(kPassphrase, AsCoreType(&kNetworkName), AsCoreType(&kExtPanId), pskc)); in TestMaximumPassphrase()
95 static const otExtendedPanId kExtPanId = {{0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07}}; in TestExampleInSpec() local
105 … SuccessOrQuit(GeneratePskc(kPassphrase, AsCoreType(&kNetworkName), AsCoreType(&kExtPanId), pskc)); in TestExampleInSpec()