Searched refs:knownhostsentry (Results 1 – 1 of 1) sorted by relevance
345 struct ssh_knownhosts_entry *knownhostsentry = NULL; in myssh_is_known() local392 &knownhostsentry); in myssh_is_known()395 if(knownhostsentry) { in myssh_is_known()396 if(knownhostsentry->publickey) { in myssh_is_known()397 rc = ssh_pki_export_pubkey_base64(knownhostsentry->publickey, in myssh_is_known()405 switch(ssh_key_type(knownhostsentry->publickey)) { in myssh_is_known()543 if(knownhostsentry) { in myssh_is_known()544 ssh_knownhosts_entry_free(knownhostsentry); in myssh_is_known()
Completed in 7 milliseconds