Searched refs:sharingCheck (Results 1 – 2 of 2) sorted by relevance
168 hidl_vec<uint8_t> sharingCheck; in computeHmac() local179 sharingCheck = curSharingCheck; in computeHmac()182 if (curSharingCheck != sharingCheck) in computeHmac()184 << " Expected: " << sharingCheck // in computeHmac()
321 * @return sharingCheck A 32-byte value used to verify that all IKeymasterDevice instances have322 * 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);