Home
last modified time | relevance | path

Searched refs:foundkey (Results 1 - 3 of 3) sorted by relevance

/third_party/curl/lib/vssh/
H A Dlibssh.c341 struct curl_khkey foundkey; in myssh_is_known() local
473 foundkey.key = found_base64; in myssh_is_known()
474 foundkey.len = strlen(found_base64); in myssh_is_known()
478 foundkey.keytype = CURLKHTYPE_RSA; in myssh_is_known()
481 foundkey.keytype = CURLKHTYPE_RSA1; in myssh_is_known()
489 foundkey.keytype = CURLKHTYPE_ECDSA; in myssh_is_known()
493 foundkey.keytype = CURLKHTYPE_ED25519; in myssh_is_known()
497 foundkey.keytype = CURLKHTYPE_DSS; in myssh_is_known()
506 &foundkey, /* from the remote host */ in myssh_is_known()
H A Dlibssh2.c390 const struct curl_khkey *foundkey, /* found */ in sshkeycallback()
396 (void)foundkey; in sshkeycallback()
496 struct curl_khkey foundkey; in ssh_knownhost() local
566 /* setup 'foundkey' */ in ssh_knownhost()
567 foundkey.key = remotekey; in ssh_knownhost()
568 foundkey.len = keylen; in ssh_knownhost()
569 foundkey.keytype = convert_ssh2_keytype(sshkeytype); in ssh_knownhost()
581 &foundkey, /* from the remote host */ in ssh_knownhost()
388 sshkeycallback(struct Curl_easy *easy, const struct curl_khkey *knownkey, const struct curl_khkey *foundkey, enum curl_khmatch match, void *clientp) sshkeycallback() argument
/third_party/curl/include/curl/
H A Dcurl.h877 const struct curl_khkey *foundkey, /* found */

Completed in 13 milliseconds