Home
last modified time | relevance | path

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

/system/vold/
DKeymaster.h59 bool updateCompletely(TI& input, TO* output) { in updateCompletely() function
61 return updateCompletely(input.data(), input.size(), [&](const char* b, size_t n) { in updateCompletely()
98 bool updateCompletely(const char* input, size_t inputLen,
DKeymaster.cpp68 bool KeymasterOperation::updateCompletely(const char* input, size_t inputLen, in updateCompletely() function in android::vold::KeymasterOperation
DKeyStorage.cpp397 if (!opHandle.updateCompletely(message, &body)) return false; in encryptWithKeymasterKey()
417 if (!opHandle.updateCompletely(bodyAndMac, message)) return false; in decryptWithKeymasterKey()
Dcryptfs.cpp439 if (!op.updateCompletely(input, &output)) { in keymaster_sign_object_for_cryptfs_scrypt()