Home
last modified time | relevance | path

Searched refs:foundkey (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/curl/
Dgstcurlsshsink.c76 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
/third_party/curl/lib/vssh/
Dlibssh.c337 struct curl_khkey foundkey; in myssh_is_known() local
473 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()
Dlibssh2.c393 const struct curl_khkey *foundkey, /* found */ in sshkeycallback() argument
399 (void)foundkey; in sshkeycallback()
464 struct curl_khkey foundkey; in ssh_knownhost() local
536 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()
/third_party/curl/include/curl/
Dcurl.h857 const struct curl_khkey *foundkey, /* found */