func golang.org/x/crypto/blowfish.getNextWord
12 uses
golang.org/x/crypto/blowfish (current package)
block.go#L9: func getNextWord(b []byte, pos *int) uint32 {
block.go#L74: c.p[i] ^= getNextWord(key, &j)
block.go#L80: l ^= getNextWord(salt, &j)
block.go#L81: r ^= getNextWord(salt, &j)
block.go#L87: l ^= getNextWord(salt, &j)
block.go#L88: r ^= getNextWord(salt, &j)
block.go#L94: l ^= getNextWord(salt, &j)
block.go#L95: r ^= getNextWord(salt, &j)
block.go#L101: l ^= getNextWord(salt, &j)
block.go#L102: r ^= getNextWord(salt, &j)
block.go#L108: l ^= getNextWord(salt, &j)
block.go#L109: r ^= getNextWord(salt, &j)
 |
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. |