Home
last modified time | relevance | path

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

/external/curl/lib/
Dssh.c789 if(data->set.str[STRING_SSH_PUBLIC_KEY] in ssh_statemach_act()
791 && data->set.str[STRING_SSH_PUBLIC_KEY][0]) { in ssh_statemach_act()
792 sshc->rsa_pub = strdup(data->set.str[STRING_SSH_PUBLIC_KEY]); in ssh_statemach_act()
Durldata.h1466 STRING_SSH_PUBLIC_KEY, /* path to the public key file for auth */ enumerator
Dssh-libssh.c2108 if(data->set.str[STRING_SSH_PUBLIC_KEY]) { in myssh_connect()
2109 rc = ssh_pki_import_pubkey_file(data->set.str[STRING_SSH_PUBLIC_KEY], in myssh_connect()
Dsetopt.c2226 result = Curl_setstropt(&data->set.str[STRING_SSH_PUBLIC_KEY], in vsetopt()