func crypto/cipher.NewGCMWithTagSize

one use

	crypto/cipher (current package)
		gcm.go#L108: func NewGCMWithTagSize(cipher Block, tagSize int) (AEAD, error) {