Home
last modified time | relevance | path

Searched refs:knownhostsentry (Results 1 – 1 of 1) sorted by relevance

/external/curl/lib/vssh/
Dlibssh.c337 struct ssh_knownhosts_entry *knownhostsentry = NULL; in myssh_is_known() local
387 &knownhostsentry); in myssh_is_known()
390 if(knownhostsentry) { in myssh_is_known()
391 if(knownhostsentry->publickey) { in myssh_is_known()
392 rc = ssh_pki_export_pubkey_base64(knownhostsentry->publickey, in myssh_is_known()
400 switch(ssh_key_type(knownhostsentry->publickey)) { in myssh_is_known()
541 if(knownhostsentry) { in myssh_is_known()
542 ssh_knownhosts_entry_free(knownhostsentry); in myssh_is_known()