Home
last modified time | relevance | path

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

/third_party/curl/lib/vssh/
H A Dlibssh.c347 struct ssh_knownhosts_entry *knownhostsentry = NULL; in myssh_is_known() local
397 &knownhostsentry); in myssh_is_known()
400 if(knownhostsentry) { in myssh_is_known()
401 if(knownhostsentry->publickey) { in myssh_is_known()
402 rc = ssh_pki_export_pubkey_base64(knownhostsentry->publickey, in myssh_is_known()
410 switch(ssh_key_type(knownhostsentry->publickey)) { in myssh_is_known()
547 if(knownhostsentry) { in myssh_is_known()
548 ssh_knownhosts_entry_free(knownhostsentry); in myssh_is_known()

Completed in 4 milliseconds