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#L629: if !extData.CopyBytes(m.quicTransportParameters) {
handshake_messages.go#L971: if !extData.CopyBytes(m.encryptedClientHello) {
handshake_messages.go#L1074: if !extData.CopyBytes(m.quicTransportParameters) {
handshake_messages.go#L1082: if !extData.CopyBytes(m.echRetryConfigs) {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |