Home
last modified time | relevance | path

Searched refs:foundkey (Results 1 – 5 of 5) sorted by relevance

/curl/docs/libcurl/opts/
H A DCURLOPT_SSH_KEYFUNCTION.md50 const struct curl_khkey *foundkey,
68 known_hosts file *knownkey*, the key from the remote site *foundkey*,
121 const struct curl_khkey *foundkey,
H A DCURLOPT_SSH_KEYDATA.md44 const struct curl_khkey *foundkey,
/curl/lib/vssh/
H A Dlibssh.c343 struct curl_khkey foundkey; in myssh_is_known() local
472 foundkey.key = found_base64; in myssh_is_known()
473 foundkey.len = strlen(found_base64); in myssh_is_known()
477 foundkey.keytype = CURLKHTYPE_RSA; in myssh_is_known()
480 foundkey.keytype = CURLKHTYPE_RSA1; in myssh_is_known()
488 foundkey.keytype = CURLKHTYPE_ECDSA; in myssh_is_known()
492 foundkey.keytype = CURLKHTYPE_ED25519; in myssh_is_known()
496 foundkey.keytype = CURLKHTYPE_DSS; in myssh_is_known()
505 &foundkey, /* from the remote host */ in myssh_is_known()
H A Dlibssh2.c393 const struct curl_khkey *foundkey, /* found */ in sshkeycallback() argument
399 (void)foundkey; in sshkeycallback()
499 struct curl_khkey foundkey; in ssh_knownhost() local
570 foundkey.key = remotekey; in ssh_knownhost()
571 foundkey.len = keylen; in ssh_knownhost()
572 foundkey.keytype = convert_ssh2_keytype(sshkeytype); in ssh_knownhost()
584 &foundkey, /* from the remote host */ in ssh_knownhost()
/curl/include/curl/
H A Dcurl.h889 const struct curl_khkey *foundkey, /* found */

Completed in 52 milliseconds