func crypto/internal/fips140/aes.EncryptionKeySchedule
4 uses
crypto/internal/fips140/aes (current package)
aes_asm.go#L78: func EncryptionKeySchedule(c *Block) []uint32 {
crypto/internal/fips140/aes/gcm
gcm_asm.go#L63: gcmAesInit(&g.productTable, aes.EncryptionKeySchedule(&g.cipher))
gcm_asm.go#L90: gcmAesEnc(&g.productTable, out, plaintext, &counter, &tagOut, aes.EncryptionKeySchedule(&g.cipher))
gcm_asm.go#L123: gcmAesDec(&g.productTable, out, ciphertext, &counter, &expectedTag, aes.EncryptionKeySchedule(&g.cipher))