Home
last modified time | relevance | path

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

/system/vold/
DKeyStorage.cpp410 auto bodyAndMac = ciphertext.substr(GCM_NONCE_BYTES); in decryptWithKeymasterKey() local
417 if (!opHandle.updateCompletely(bodyAndMac, message)) return false; in decryptWithKeymasterKey()