Searched refs:knownkey (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/curl-83.1.2/curl/lib/
H A Dssh.c468 const struct curl_khkey *knownkey, /* known */
474 (void)knownkey;
539 struct curl_khkey knownkey; local
558 /* setup 'knownkey' */
560 knownkey.key = host->key;
561 knownkey.len = 0;
562 knownkey.keytype = (keytype == LIBSSH2_HOSTKEY_TYPE_RSA)?
564 knownkeyp = &knownkey;
467 sshkeycallback(CURL *easy, const struct curl_khkey *knownkey, const struct curl_khkey *foundkey, enum curl_khmatch match, void *clientp) argument
/macosx-10.10/curl-83.1.2/curl/include/curl/
H A Dcurl.h694 const struct curl_khkey *knownkey, /* known */

Completed in 123 milliseconds