Home
last modified time | relevance | path

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

/system/keymaster/include/keymaster/cppcose/
Dcppcose.h77 enum CoseKeyType : int { OCTET_KEY_PAIR = 1, EC2 = 2, SYMMETRIC_KEY = 4 }; enum
147 static ErrMsgOr<CoseKey> parse(const bytevec& coseKey, CoseKeyType expectedKeyType, in parse()