crypto/tls.halfConn.encrypt (method)
2 uses
crypto/tls (current package)
conn.go#L464: func (hc *halfConn) encrypt(record, payload []byte, rand io.Reader) ([]byte, error) {
conn.go#L975: outBuf, err = c.out.encrypt(outBuf, data[:m], c.config.rand())
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)