Home
last modified time | relevance | path

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

/system/keymaster/android_keymaster/
Dremote_provisioning_utils.cpp166 bool testKey = static_cast<bool>(pubKey->getMap().get(CoseKey::TEST_KEY)); in validateAndExtractPubkeys() local
167 if (testMode && !testKey) { in validateAndExtractPubkeys()
170 } else if (!testMode && testKey) { in validateAndExtractPubkeys()
/system/teeui/libteeui/include/teeui/
Dgeneric_operation.h174 constexpr const auto testKey = AuthTokenKey::fill(static_cast<uint8_t>(TestKeyBits::BYTE)); in deliverTestCommand() local
180 signConfirmation(testKey); in deliverTestCommand()