Home
last modified time | relevance | path

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

/hardware/interfaces/keymaster/4.1/support/
DKeymaster.cpp168 hidl_vec<uint8_t> sharingCheck; in computeHmac() local
179 sharingCheck = curSharingCheck; in computeHmac()
182 if (curSharingCheck != sharingCheck) in computeHmac()
184 << " Expected: " << sharingCheck // in computeHmac()
/hardware/interfaces/keymaster/4.0/
DIKeymasterDevice.hal321 * @return sharingCheck A 32-byte value used to verify that all IKeymasterDevice instances have
322 * computed the same shared HMAC key. The sharingCheck value is computed as follows:
324 * sharingCheck = HMAC(H, "Keymaster HMAC Verification")
331 generates (ErrorCode error, vec<uint8_t> sharingCheck);