crypto/cipher.Block.Encrypt (method)
10 uses
crypto/cipher (current package)
cbc.go#L98: x.b.Encrypt(dst[:x.blockSize], dst[:x.blockSize])
cfb.go#L33: x.b.Encrypt(x.out, x.next)
cipher.go#L21: Encrypt(dst, src []byte)
ctr.go#L81: x.b.Encrypt(x.out[remain:], x.ctr)
gcm.go#L260: g.cipher.Encrypt(H[:], H[:])
gcm.go#L299: g.cipher.Encrypt(H[:], H[:])
gcm.go#L337: b.Encrypt(mask[:], counter[:])
gcm.go#L345: b.Encrypt(mask[:], counter[:])
ofb.go#L64: 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.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. |