Searched refs:foundkey (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.c469 const struct curl_khkey *foundkey, /* found */
475 (void)foundkey;
541 struct curl_khkey foundkey; local
567 /* setup 'foundkey' */
568 foundkey.key = remotekey;
569 foundkey.len = keylen;
570 foundkey.keytype = (keytype == LIBSSH2_HOSTKEY_TYPE_RSA)?
582 &foundkey, /* from the remote host */
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.h685 const struct curl_khkey *foundkey, /* found */

Completed in 136 milliseconds