golang.org/x/crypto/ssh/knownhosts.hostKeyDB.parseLine (method)

2 uses

	golang.org/x/crypto/ssh/knownhosts (current package)
		knownhosts.go#L210: func (db *hostKeyDB) parseLine(line []byte, filename string, linenum int) error {
		knownhosts.go#L404: 		if err := db.parseLine(line, filename, lineNum); err != nil {