golang.org/x/crypto/openpgp/packet.ocfbEncrypter.outUsed (field)
8 uses
golang.org/x/crypto/openpgp/packet (current package)
ocfb.go#L16: outUsed int
ocfb.go#L43: outUsed: 0,
ocfb.go#L61: x.outUsed = 2
ocfb.go#L68: if x.outUsed == len(x.fre) {
ocfb.go#L70: x.outUsed = 0
ocfb.go#L73: x.fre[x.outUsed] ^= src[i]
ocfb.go#L74: dst[i] = x.fre[x.outUsed]
ocfb.go#L75: x.outUsed++
![]() |
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. |