Home
last modified time | relevance | path

Searched refs:FromBytes (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf/
DByteString.cs59 internal static ByteString FromBytes(byte[] bytes) in FromBytes() method in Google.Protobuf.ByteString.Unsafe
/external/boringssl/src/ssl/test/runner/ed25519/
Ded25519.go186 if !A.FromBytes(&publicKeyBytes) {
Ded25519_test.go36 if !A.FromBytes(&pubBytes) {
/external/boringssl/src/ssl/test/runner/ed25519/internal/edwards25519/
Dedwards25519.go718 func (p *ExtendedGroupElement) FromBytes(s *[32]byte) bool { func