Lines Matching refs:pubkey
334 ssh_key pubkey;
352 rc = ssh_get_server_publickey(sshc->ssh_session, &pubkey);
354 rc = ssh_get_publickey(sshc->ssh_session, &pubkey);
364 rc = ssh_get_publickey_hash(pubkey, SSH_PUBLICKEY_HASH_MD5,
469 rc = ssh_pki_export_pubkey_base64(pubkey, &found_base64);
476 switch(ssh_key_type(pubkey)) {
545 ssh_key_free(pubkey);
783 if(sshc->pubkey && !data->set.ssl.key_passwd) {
785 sshc->pubkey);
1993 if(sshc->pubkey)
1994 ssh_key_free(sshc->pubkey);
2250 ssh->pubkey = NULL;
2254 &ssh->pubkey);