Searched refs:updateCompletely (Results 1 – 3 of 3) sorted by relevance
51 bool updateCompletely(const std::string& input, std::string* output);
155 if (!opHandle.updateCompletely(message, &body)) return false; in encryptWithKeymasterKey()172 if (!opHandle.updateCompletely(bodyAndMac, message)) return false; in decryptWithKeymasterKey()
118 bool KeymasterOperation::updateCompletely(const std::string& input, std::string* output) { in updateCompletely() function in android::vold::KeymasterOperation