Home
last modified time | relevance | path

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

/system/vold/
DKeyStorage.cpp93 static void hashWithPrefix(char const* prefix, const std::string& tohash, std::string* res) { in hashWithPrefix() argument
103 SHA512_Update(&c, tohash.data(), tohash.size()); in hashWithPrefix()