Searched refs:foundkey (Results 1 – 4 of 4) sorted by relevance
76 const struct curl_khkey *knownkey, const struct curl_khkey *foundkey,446 const struct curl_khkey *foundkey, /* found - key from remote end */ in curl_ssh_sink_sshkey_cb() argument
337 struct curl_khkey foundkey; in myssh_is_known() local473 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()
393 const struct curl_khkey *foundkey, /* found */ in sshkeycallback() argument399 (void)foundkey; in sshkeycallback()464 struct curl_khkey foundkey; in ssh_knownhost() local536 foundkey.key = remotekey; in ssh_knownhost()537 foundkey.len = keylen; in ssh_knownhost()538 foundkey.keytype = (keytype == LIBSSH2_HOSTKEY_TYPE_RSA)? in ssh_knownhost()551 &foundkey, /* from the remote host */ in ssh_knownhost()
857 const struct curl_khkey *foundkey, /* found */