Home
last modified time | relevance | path

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

/system/vold/
DKeyStorage.cpp473 static bool encryptWithoutKeymaster(const std::string& preKey, const KeyBuffer& plaintext, in encryptWithoutKeymaster() argument
476 hashWithPrefix(kHashPrefix_keygen, preKey, &key); in encryptWithoutKeymaster()
523 static bool decryptWithoutKeymaster(const std::string& preKey, const std::string& ciphertext, in decryptWithoutKeymaster() argument
530 hashWithPrefix(kHashPrefix_keygen, preKey, &key); in decryptWithoutKeymaster()