Home
last modified time | relevance | path

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

/system/security/keystore/
Duser_state.cpp175 size_t masterKeySize = MASTER_KEY_SIZE_BYTES; in readMasterKey() local
177 masterKeySize = kAes128KeySizeBytes; in readMasterKey()
180 std::vector<uint8_t> passwordKey(masterKeySize); in readMasterKey()
192 if (response == ResponseCode::NO_ERROR && masterKeyBlobLength == masterKeySize) { in readMasterKey()