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

2 uses

	golang.org/x/crypto/ssh (current package)
		messages.go#L463: 				if nl, data, ok = parseNameList(data); !ok {
		messages.go#L605: func parseNameList(in []byte) (out []string, rest []byte, ok bool) {