Searched refs:updateCompletely (Results 1 – 4 of 4) sorted by relevance
/system/vold/ |
D | Keymaster.h | 59 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,
|
D | Keymaster.cpp | 68 bool KeymasterOperation::updateCompletely(const char* input, size_t inputLen, in updateCompletely() function in android::vold::KeymasterOperation
|
D | KeyStorage.cpp | 397 if (!opHandle.updateCompletely(message, &body)) return false; in encryptWithKeymasterKey() 417 if (!opHandle.updateCompletely(bodyAndMac, message)) return false; in decryptWithKeymasterKey()
|
D | cryptfs.cpp | 439 if (!op.updateCompletely(input, &output)) { in keymaster_sign_object_for_cryptfs_scrypt()
|