crypto/cipher.ofb.outUsed (field)
9 uses
crypto/cipher (current package)
ofb.go#L15: outUsed int
ofb.go#L34: outUsed: 0,
ofb.go#L43: remain := len(x.out) - x.outUsed
ofb.go#L44: if remain > x.outUsed {
ofb.go#L47: copy(x.out, x.out[x.outUsed:])
ofb.go#L55: x.outUsed = 0
ofb.go#L66: if x.outUsed >= len(x.out)-x.b.BlockSize() {
ofb.go#L69: n := xorBytes(dst, src, x.out[x.outUsed:])
ofb.go#L72: x.outUsed += n
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |