Home
last modified time | relevance | path

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

/hardware/interfaces/keymaster/4.1/support/
DKeymaster.cpp174 params, [&](V4_0::ErrorCode error, const hidl_vec<uint8_t>& curSharingCheck) { in computeHmac() argument
178 sharingCheck = curSharingCheck; in computeHmac()
181 if (curSharingCheck != sharingCheck) in computeHmac()
184 << " got: " << curSharingCheck; in computeHmac()