Searched defs:coseKey (Results 1 – 2 of 2) sorted by relevance
151 static ErrMsgOr<CoseKey> parse(const bytevec& coseKey) { in parse()158 static ErrMsgOr<CoseKey> parse(const bytevec& coseKey, CoseKeyType expectedKeyType, in parse()172 static ErrMsgOr<CoseKey> parseEd25519(const bytevec& coseKey) { in parseEd25519()185 static ErrMsgOr<CoseKey> parseX25519(const bytevec& coseKey, bool requireKid) { in parseX25519()203 static ErrMsgOr<CoseKey> parseP256(const bytevec& coseKey) { in parseP256()217 static ErrMsgOr<CoseKey> parseP384(const bytevec& coseKey) { in parseP384()
140 auto coseKey = cppbor::Map() in GenerateBcc() local