Home
last modified time | relevance | path

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

/system/vold/
DKeymaster.h66 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,
DKeymaster.cpp34 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()
DKeyStorage.cpp288 if (!opHandle.updateCompletely(message, &body)) return false; in encryptWithKeymasterKey()
309 if (!opHandle.updateCompletely(bodyAndMac, message)) return false; in decryptWithKeymasterKey()