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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/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
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/include/curl/
H A Dcurl.h684 const struct curl_khkey *knownkey, /* known */

Completed in 136 milliseconds