Home
last modified time | relevance | path

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

/system/keymaster/include/keymaster/cppcose/
Dcppcose.h140 static ErrMsgOr<CoseKey> parse(const bytevec& coseKey) { in parse()
147 static ErrMsgOr<CoseKey> parse(const bytevec& coseKey, CoseKeyType expectedKeyType, in parse()
161 static ErrMsgOr<CoseKey> parseEd25519(const bytevec& coseKey) { in parseEd25519()
174 static ErrMsgOr<CoseKey> parseX25519(const bytevec& coseKey, bool requireKid) { in parseX25519()
192 static ErrMsgOr<CoseKey> parseP256(const bytevec& coseKey) { in parseP256()
/system/keymaster/contexts/
Dpure_soft_remote_provisioning_context.cpp101 auto coseKey = cppbor::Map() in GenerateBcc() local