Home
last modified time | relevance | path

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

/third_party/curl/lib/vssh/
H A Dlibssh2.c433 static int convert_ssh2_keytype(int sshkeytype) in convert_ssh2_keytype() argument
436 switch(sshkeytype) { in convert_ssh2_keytype()
469 int sshkeytype = 0; in ssh_knownhost() local
481 &keylen, &sshkeytype); in ssh_knownhost()
498 switch(sshkeytype) { in ssh_knownhost()
562 knownkey.keytype = convert_ssh2_keytype(sshkeytype); in ssh_knownhost()
569 foundkey.keytype = convert_ssh2_keytype(sshkeytype); in ssh_knownhost()
774 int sshkeytype = 0; in ssh_check_fingerprint() local
778 &keylen, &sshkeytype); in ssh_check_fingerprint()
780 int keytype = convert_ssh2_keytype(sshkeytype); in ssh_check_fingerprint()
[all...]

Completed in 3 milliseconds