type golang.org/x/crypto/ssh/knownhosts.hostKeyDB

9 uses

	golang.org/x/crypto/ssh/knownhosts (current package)
		knownhosts.go#L127: type hostKeyDB struct {
		knownhosts.go#L133: func newHostKeyDB() *hostKeyDB {
		knownhosts.go#L134: 	db := &hostKeyDB{
		knownhosts.go#L146: func (db *hostKeyDB) IsHostAuthority(remote ssh.PublicKey, address string) bool {
		knownhosts.go#L162: func (db *hostKeyDB) IsRevoked(key *ssh.Certificate) bool {
		knownhosts.go#L210: func (db *hostKeyDB) parseLine(line []byte, filename string, linenum int) error {
		knownhosts.go#L329: func (db *hostKeyDB) check(address string, remote net.Addr, remoteKey ssh.PublicKey) error {
		knownhosts.go#L356: func (db *hostKeyDB) checkAddr(a addr, remoteKey ssh.PublicKey) error {
		knownhosts.go#L392: func (db *hostKeyDB) Read(r io.Reader, filename string) error {