Searched refs:foundkey (Results 1 – 5 of 5) sorted by relevance
51 const struct curl_khkey *foundkey,69 known_hosts file *knownkey*, the key from the remote site *foundkey*,124 const struct curl_khkey *foundkey,
47 const struct curl_khkey *foundkey,
339 struct curl_khkey foundkey; in myssh_is_known() local468 foundkey.key = found_base64; in myssh_is_known()469 foundkey.len = strlen(found_base64); in myssh_is_known()473 foundkey.keytype = CURLKHTYPE_RSA; in myssh_is_known()476 foundkey.keytype = CURLKHTYPE_RSA1; in myssh_is_known()484 foundkey.keytype = CURLKHTYPE_ECDSA; in myssh_is_known()488 foundkey.keytype = CURLKHTYPE_ED25519; in myssh_is_known()492 foundkey.keytype = CURLKHTYPE_DSS; in myssh_is_known()501 &foundkey, /* from the remote host */ in myssh_is_known()
394 const struct curl_khkey *foundkey, /* found */ in sshkeycallback() argument400 (void)foundkey; in sshkeycallback()500 struct curl_khkey foundkey; in ssh_knownhost() local571 foundkey.key = remotekey; in ssh_knownhost()572 foundkey.len = keylen; in ssh_knownhost()573 foundkey.keytype = convert_ssh2_keytype(sshkeytype); in ssh_knownhost()585 &foundkey, /* from the remote host */ in ssh_knownhost()
893 const struct curl_khkey *foundkey, /* found */
Completed in 36 milliseconds