Home
last modified time | relevance | path

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

/system/vold/
DKeyStorage.cpp346 static bool encryptWithoutKeymaster(const std::string& preKey, const KeyBuffer& plaintext, in encryptWithoutKeymaster() function
486 if (!encryptWithoutKeymaster(appId, key, &encryptedKey)) return false; in storeKey()