Home
last modified time | relevance | path

Searched refs:ToBytes (Results 1 – 7 of 7) sorted by relevance

/external/boringssl/src/ssl/test/runner/ed25519/
Ded25519.go99 A.ToBytes(&publicKeyBytes)
137 R.ToBytes(&encodedR)
193 R.ToBytes(&checkR)
Ded25519_test.go41 A.ToBytes(&pub2)
/external/protobuf/src/google/protobuf/util/internal/
Dobject_writer.cc77 ow->RenderBytes(name, data.ToBytes().ValueOrDie()); in RenderDataPieceTo()
Ddatapiece.h144 util::StatusOr<string> ToBytes() const;
Ddatapiece.cc248 StatusOr<string> DataPiece::ToBytes() const { in ToBytes() function in google::protobuf::util::converter::DataPiece
Dproto_writer.cc245 StatusOr<string> c = data.ToBytes(); in WriteBytes()
/external/boringssl/src/ssl/test/runner/ed25519/internal/edwards25519/
Dedwards25519.go670 func (p *ProjectiveGroupElement) ToBytes(s *[32]byte) { func
706 func (p *ExtendedGroupElement) ToBytes(s *[32]byte) { func