Lines Matching refs:key
37 CURLKHMATCH_MISMATCH, /* host found, key mismatch */
38 CURLKHMATCH_MISSING, /* no matching host/key found */
42 const char *key; /* points to a null-terminated string encoded with
68 This callback function gets passed the CURL handle, the key from the
69 known_hosts file *knownkey*, the key from the remote site *foundkey*,
76 The new host+key is accepted and libcurl replaces the old host+key into the
78 host+key combo to the known_host pool kept in memory if it was not already
85 The host+key is accepted and libcurl appends it to the known_hosts file before
86 continuing with the connection. This also adds the host+key combo to the
93 The host+key is accepted libcurl continues with the connection. This also adds
94 the host+key combo to the known_host pool kept in memory if it was not already
99 The host+key is rejected. libcurl denies the connection to continue and it is
104 The host+key is rejected, but the SSH connection is asked to be kept alive.
106 host+key situation and then retry without needing the overhead of setting it