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[:])