HomeSort by relevance Sort by last modified time
    Searched full:updatecompletely (Results 1 - 3 of 3) sorted by null

  /system/vold/
Keymaster.h 54 bool updateCompletely(TI& input, TO* output) {
56 return updateCompletely(input.data(), input.size(), [&](const char* b, size_t n) {
86 bool updateCompletely(const char* input, size_t inputLen,
Keymaster.cpp 34 bool KeymasterOperation::updateCompletely(const char* input, size_t inputLen,
326 if (!op.updateCompletely(input, &output)) {
KeyStorage.cpp 253 if (!opHandle.updateCompletely(message, &body)) return false;
273 if (!opHandle.updateCompletely(bodyAndMac, message)) return false;

Completed in 1036 milliseconds