type crypto/internal/fips140/aes/gcm.CMAC

6 uses

	crypto/internal/fips140/aes/gcm (current package)
		cmac.go#L18: type CMAC struct {
		cmac.go#L24: func NewCMAC(b *aes.Block) *CMAC {
		cmac.go#L25: 	c := &CMAC{b: *b}
		cmac.go#L30: func (c *CMAC) deriveSubkeys() {
		cmac.go#L40: func (c *CMAC) MAC(m []byte) [aes.BlockSize]byte {
		ctrkdf.go#L23: 	mac CMAC