func bytes.Replace
6 uses
bytes (current package)
bytes.go#L1155: func Replace(s, old, new []byte, n int) []byte {
bytes.go#L1200: return Replace(s, old, new, -1)
crypto/tls
ech.go#L400: outerAAD := bytes.Replace(hello[4:], payload, make([]byte, len(payload)), 1)
handshake_client_tls13.go#L265: hrrHello = bytes.Replace(hrrHello, hs.serverHello.encryptedClientHello, make([]byte, 8), 1)
github.com/refraction-networking/utls
ech.go#L401: outerAAD := bytes.Replace(hello[4:], payload, make([]byte, len(payload)), 1)
handshake_client_tls13.go#L283: hrrHello = bytes.Replace(hrrHello, hs.serverHello.encryptedClientHello, make([]byte, 8), 1)
 |
The pages are generated with Golds v0.8.4. (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. |