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