func golang.org/x/crypto/ssh.newGCMCipher

2 uses

	golang.org/x/crypto/ssh (current package)
		cipher.go#L118: 	gcmCipherID:        {16, 12, newGCMCipher},
		cipher.go#L310: func newGCMCipher(key, iv, unusedMacKey []byte, unusedAlgs directionAlgorithms) (packetCipher, error) {