Home
last modified time | relevance | path

Searched defs:coseKey (Results 1 – 2 of 2) sorted by relevance

/system/keymaster/include/keymaster/cppcose/
Dcppcose.h153 static ErrMsgOr<CoseKey> parse(const bytevec& coseKey) { in parse()
160 static ErrMsgOr<CoseKey> parse(const bytevec& coseKey, CoseKeyType expectedKeyType, in parse()
174 static ErrMsgOr<CoseKey> parseEd25519(const bytevec& coseKey) { in parseEd25519()
187 static ErrMsgOr<CoseKey> parseX25519(const bytevec& coseKey, bool requireKid) { in parseX25519()
205 static ErrMsgOr<CoseKey> parseP256(const bytevec& coseKey) { in parseP256()
219 static ErrMsgOr<CoseKey> parseP384(const bytevec& coseKey) { in parseP384()
/system/keymaster/contexts/
Dpure_soft_remote_provisioning_context.cpp140 auto coseKey = cppbor::Map() in GenerateBcc() local