Searched refs:testKey (Results 1 – 2 of 2) sorted by relevance
166 bool testKey = static_cast<bool>(pubKey->getMap().get(CoseKey::TEST_KEY)); in validateAndExtractPubkeys() local167 if (testMode && !testKey) { in validateAndExtractPubkeys()170 } else if (!testMode && testKey) { in validateAndExtractPubkeys()
174 constexpr const auto testKey = AuthTokenKey::fill(static_cast<uint8_t>(TestKeyBits::BYTE)); in deliverTestCommand() local180 signConfirmation(testKey); in deliverTestCommand()