Home
last modified time | relevance | path

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

/system/vold/
DKeyStorage.cpp377 static bool encryptWithoutKeymaster(const std::string& preKey, const KeyBuffer& plaintext, in encryptWithoutKeymaster() argument
380 hashWithPrefix(kHashPrefix_keygen, preKey, &key); in encryptWithoutKeymaster()
427 static bool decryptWithoutKeymaster(const std::string& preKey, const std::string& ciphertext, in decryptWithoutKeymaster() argument
434 hashWithPrefix(kHashPrefix_keygen, preKey, &key); in decryptWithoutKeymaster()