Searched refs:sharingCheck (Results 1 – 3 of 3) sorted by relevance
167 hidl_vec<uint8_t> sharingCheck; in computeHmac() local178 sharingCheck = curSharingCheck; in computeHmac()181 if (curSharingCheck != sharingCheck) in computeHmac()183 << " Expected: " << sharingCheck // in computeHmac()
71 std::vector<uint8_t> sharingCheck; in computeSharedSecret() local72 auto error = GetReturnErrorCode(sharedSecret->computeSharedSecret(params, &sharingCheck)); in computeSharedSecret()74 result.tie() = std::tie(error, sharingCheck); in computeSharedSecret()
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);