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

5 uses

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

	crypto/tls
		handshake_messages.go#L632: 			if !extData.CopyBytes(m.quicTransportParameters) {
		handshake_messages.go#L978: 			if !extData.CopyBytes(m.encryptedClientHello) {
		handshake_messages.go#L1081: 			if !extData.CopyBytes(m.quicTransportParameters) {
		handshake_messages.go#L1089: 			if !extData.CopyBytes(m.echRetryConfigs) {