func crypto/internal/fips140/aes.EncryptBlockInternal
11 uses
crypto/internal/fips140/aes (current package)
aes.go#L129: func EncryptBlockInternal(c *Block, dst, src []byte) {
crypto/internal/fips140/aes/gcm
cmac.go#L31: aes.EncryptBlockInternal(&c.b, c.k1[:], c.k1[:])
cmac.go#L48: aes.EncryptBlockInternal(&c.b, x[:], x[:])
cmac.go#L57: aes.EncryptBlockInternal(&c.b, x[:], x[:])
cmac.go#L65: aes.EncryptBlockInternal(&c.b, x[:], x[:])
gcm_asm.go#L84: aes.EncryptBlockInternal(&g.cipher, tagMask[:], counter[:])
gcm_asm.go#L117: aes.EncryptBlockInternal(&g.cipher, tagMask[:], counter[:])
gcm_generic.go#L15: aes.EncryptBlockInternal(&g.cipher, H[:], H[:])
gcm_generic.go#L28: aes.EncryptBlockInternal(&g.cipher, H[:], H[:])
gcm_generic.go#L73: aes.EncryptBlockInternal(b, mask[:], counter[:])
gcm_generic.go#L82: aes.EncryptBlockInternal(b, mask[:], counter[:])
 |
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. |