const crypto/des.BlockSize
21 uses
crypto/des (current package)
cipher.go#L17: const BlockSize = 8
cipher.go#L45: func (c *desCipher) BlockSize() int { return BlockSize }
cipher.go#L48: if len(src) < BlockSize {
cipher.go#L51: if len(dst) < BlockSize {
cipher.go#L54: if alias.InexactOverlap(dst[:BlockSize], src[:BlockSize]) {
cipher.go#L61: if len(src) < BlockSize {
cipher.go#L64: if len(dst) < BlockSize {
cipher.go#L67: if alias.InexactOverlap(dst[:BlockSize], src[:BlockSize]) {
cipher.go#L95: func (c *tripleDESCipher) BlockSize() int { return BlockSize }
cipher.go#L98: if len(src) < BlockSize {
cipher.go#L101: if len(dst) < BlockSize {
cipher.go#L104: if alias.InexactOverlap(dst[:BlockSize], src[:BlockSize]) {
cipher.go#L133: if len(src) < BlockSize {
cipher.go#L136: if len(dst) < BlockSize {
cipher.go#L139: if alias.InexactOverlap(dst[:BlockSize], src[:BlockSize]) {
crypto/x509
pem_decrypt.go#L51: blockSize: des.BlockSize,
pem_decrypt.go#L57: blockSize: des.BlockSize,
![]() |
The pages are generated with Golds v0.8.4. (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. |