Home
last modified time | relevance | path

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

/third_party/curl/lib/vssh/
Dssh.h134 char *rsa_pub; /* strdup'ed public key file */ member
Dlibssh2.c907 sshc->rsa_pub = sshc->rsa = NULL; in ssh_statemach_act()
957 sshc->rsa_pub = strdup(data->set.str[STRING_SSH_PUBLIC_KEY]); in ssh_statemach_act()
958 if(!sshc->rsa_pub) in ssh_statemach_act()
964 Curl_safefree(sshc->rsa_pub); in ssh_statemach_act()
974 if(sshc->rsa_pub) in ssh_statemach_act()
975 infof(data, "Using SSH public key file '%s'", sshc->rsa_pub); in ssh_statemach_act()
992 sshc->rsa_pub, in ssh_statemach_act()
998 Curl_safefree(sshc->rsa_pub); in ssh_statemach_act()
2830 Curl_safefree(sshc->rsa_pub); in ssh_statemach_act()
Dlibssh.c2002 Curl_safefree(sshc->rsa_pub); in myssh_statemach_act()
/third_party/curl/lib/
Durl.c1082 Curl_safecmp(one->proto.sshc.rsa_pub, two->proto.sshc.rsa_pub)); in ssh_config_matches()