crypto/cipher.Stream.XORKeyStream (method)
12 uses
crypto/cipher (current package)
cipher.go#L40: XORKeyStream(dst, src []byte)
io.go#L21: r.S.XORKeyStream(dst[:n], dst[:n])
io.go#L38: w.S.XORKeyStream(c, src)
crypto/tls
conn.go#L357: c.XORKeyStream(payload, payload)
conn.go#L509: c.XORKeyStream(dst[:len(payload)], payload)
conn.go#L510: c.XORKeyStream(dst[len(payload):], mac)
ticket.go#L338: cipher.NewCTR(block, iv).XORKeyStream(ciphertext, state)
ticket.go#L388: cipher.NewCTR(block, iv).XORKeyStream(plaintext, ciphertext)
github.com/gotd/td/internal/mtproxy/obfuscated2
keys.go#L69: k.encrypt.XORKeyStream(encryptedInit[:], init[:])
obfuscated2.go#L45: o.encrypt.XORKeyStream(cpyB, b)
obfuscated2.go#L56: o.decrypt.XORKeyStream(b, b)
server.go#L32: k.decrypt.XORKeyStream(decrypted[:], buf)
|
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |