Home
last modified time | relevance | path

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

/curl/lib/vssh/
H A Dlibssh2.c437 static enum curl_khtype convert_ssh2_keytype(int sshkeytype) in convert_ssh2_keytype() argument
440 switch(sshkeytype) { in convert_ssh2_keytype()
473 int sshkeytype = 0; in ssh_knownhost() local
485 &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() local
782 &keylen, &sshkeytype); in ssh_check_fingerprint()
784 enum curl_khtype keytype = convert_ssh2_keytype(sshkeytype); in ssh_check_fingerprint()

Completed in 10 milliseconds