Searched defs:coseKey (Results 1 – 2 of 2) sorted by relevance
153 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()
140 auto coseKey = cppbor::Map() in GenerateBcc() local