Home
last modified time | relevance | path

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

/system/keymaster/include/keymaster/cppcose/
Dcppcose.h147 static ErrMsgOr<CoseKey> parse(const bytevec& coseKey, CoseKeyType expectedKeyType, in parse() argument
152 if (!key->checkIntValue(CoseKey::KEY_TYPE, expectedKeyType) || in parse()