Home
last modified time | relevance | path

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

/system/keymaster/include/keymaster/cppcose/
Dcppcose.h152 if (!key->checkIntValue(CoseKey::KEY_TYPE, expectedKeyType) || in parse()
153 !key->checkIntValue(CoseKey::ALGORITHM, expectedAlgorithm) || in parse()
154 !key->checkIntValue(CoseKey::CURVE, expectedCurve)) { in parse()
221 bool checkIntValue(Label label, int expectedValue) { in checkIntValue() function