crypto/cipher.Block.Encrypt (method)
13 uses
crypto/cipher (current package)
cbc.go#L73: x.b.Encrypt(dst[:x.blockSize], dst[:x.blockSize])
cfb.go#L29: x.b.Encrypt(x.out, x.next)
cipher.go#L21: Encrypt(dst, src []byte)
ctr.go#L60: x.b.Encrypt(x.out[remain:], x.ctr)
gcm.go#L129: cipher.Encrypt(key[:], key[:])
gcm.go#L183: g.cipher.Encrypt(tagMask[:], counter[:])
gcm.go#L220: g.cipher.Encrypt(tagMask[:], counter[:])
gcm.go#L372: g.cipher.Encrypt(mask[:], counter[:])
gcm.go#L381: g.cipher.Encrypt(mask[:], counter[:])
ofb.go#L50: x.b.Encrypt(x.cipher, x.cipher)
crypto/rand
rand_unix.go#L154: r.cipher.Encrypt(r.time[0:], r.time[0:])
rand_unix.go#L158: r.cipher.Encrypt(r.dst[0:], r.dst[0:])
rand_unix.go#L162: r.cipher.Encrypt(r.seed[0:], r.seed[0:])