crypto/cipher.Block.Encrypt (method)
11 uses
crypto/cipher (current package)
cbc.go#L88: x.b.Encrypt(dst[:x.blockSize], dst[:x.blockSize])
cfb.go#L32: x.b.Encrypt(x.out, x.next)
cipher.go#L21: Encrypt(dst, src []byte)
ctr.go#L64: x.b.Encrypt(x.out[remain:], x.ctr)
gcm.go#L130: cipher.Encrypt(key[:], key[:])
gcm.go#L184: g.cipher.Encrypt(tagMask[:], counter[:])
gcm.go#L221: g.cipher.Encrypt(tagMask[:], counter[:])
gcm.go#L373: g.cipher.Encrypt(mask[:], counter[:])
gcm.go#L382: g.cipher.Encrypt(mask[:], counter[:])
ofb.go#L53: x.b.Encrypt(x.cipher, x.cipher)
github.com/gotd/ige
encrypt.go#L52: block.Encrypt(dst[o:o+b:o+b], dst[o:o+b:o+b])
|
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |