Searched refs:STRING_SSH_PUBLIC_KEY (Results 1 – 4 of 4) sorted by relevance
1127 if(data->set.str[STRING_SSH_PUBLIC_KEY] in ssh_statemach_act()1129 && data->set.str[STRING_SSH_PUBLIC_KEY][0]) { in ssh_statemach_act()1130 sshc->rsa_pub = strdup(data->set.str[STRING_SSH_PUBLIC_KEY]); in ssh_statemach_act()
2264 if(data->set.str[STRING_SSH_PUBLIC_KEY]) { in myssh_connect()2265 rc = ssh_pki_import_pubkey_file(data->set.str[STRING_SSH_PUBLIC_KEY], in myssh_connect()
1577 STRING_SSH_PUBLIC_KEY, /* path to the public key file for auth */ enumerator
2552 result = Curl_setstropt(&data->set.str[STRING_SSH_PUBLIC_KEY], in Curl_vsetopt()