Searched refs:updateCompletely (Results 1 – 3 of 3) sorted by relevance
/system/vold/ |
D | Keymaster.h | 66 bool updateCompletely(TI& input, TO* output) { in updateCompletely() function 68 return updateCompletely(input.data(), input.size(), [&](const char* b, size_t n) { in updateCompletely() 98 bool updateCompletely(const char* input, size_t inputLen,
|
D | Keymaster.cpp | 34 bool KeymasterOperation::updateCompletely(const char* input, size_t inputLen, in updateCompletely() function in android::vold::KeymasterOperation 364 if (!op.updateCompletely(input, &output)) { in keymaster_sign_object_for_cryptfs_scrypt()
|
D | KeyStorage.cpp | 288 if (!opHandle.updateCompletely(message, &body)) return false; in encryptWithKeymasterKey() 309 if (!opHandle.updateCompletely(bodyAndMac, message)) return false; in decryptWithKeymasterKey()
|