Searched refs:sshkeytype (Results 1 – 1 of 1) sorted by relevance
437 static enum curl_khtype convert_ssh2_keytype(int sshkeytype) in convert_ssh2_keytype() argument440 switch(sshkeytype) { in convert_ssh2_keytype()473 int sshkeytype = 0; in ssh_knownhost() local485 &keylen, &sshkeytype); in ssh_knownhost()502 switch(sshkeytype) { in ssh_knownhost()566 knownkey.keytype = convert_ssh2_keytype(sshkeytype); in ssh_knownhost()573 foundkey.keytype = convert_ssh2_keytype(sshkeytype); in ssh_knownhost()778 int sshkeytype = 0; in ssh_check_fingerprint() local782 &keylen, &sshkeytype); in ssh_check_fingerprint()784 enum curl_khtype keytype = convert_ssh2_keytype(sshkeytype); in ssh_check_fingerprint()
Completed in 16 milliseconds