crypto/cipher.Stream.XORKeyStream (method)
8 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#L361: c.XORKeyStream(payload, payload)
conn.go#L513: c.XORKeyStream(dst[:len(payload)], payload)
conn.go#L514: c.XORKeyStream(dst[len(payload):], mac)
ticket.go#L339: cipher.NewCTR(block, iv).XORKeyStream(ciphertext, state)
ticket.go#L389: cipher.NewCTR(block, iv).XORKeyStream(plaintext, ciphertext)
 |
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. |