golang.org/x/crypto/cryptobyte.String.CopyBytes (method)

5 uses

	golang.org/x/crypto/cryptobyte (current package)
		string.go#L171: func (s *String) CopyBytes(out []byte) bool {

	github.com/refraction-networking/utls
		handshake_messages.go#L663: 			if !extData.CopyBytes(m.quicTransportParameters) {
		handshake_messages.go#L1020: 			if !extData.CopyBytes(m.encryptedClientHello) {
		handshake_messages.go#L1125: 			if !extData.CopyBytes(m.quicTransportParameters) {
		handshake_messages.go#L1133: 			if !extData.CopyBytes(m.echRetryConfigs) {