Lines Matching refs:keytype
439 enum curl_khtype keytype = CURLKHTYPE_UNKNOWN; in convert_ssh2_keytype() local
442 keytype = CURLKHTYPE_RSA; in convert_ssh2_keytype()
445 keytype = CURLKHTYPE_DSS; in convert_ssh2_keytype()
449 keytype = CURLKHTYPE_ECDSA; in convert_ssh2_keytype()
454 keytype = CURLKHTYPE_ECDSA; in convert_ssh2_keytype()
459 keytype = CURLKHTYPE_ECDSA; in convert_ssh2_keytype()
464 keytype = CURLKHTYPE_ED25519; in convert_ssh2_keytype()
468 return keytype; in convert_ssh2_keytype()
566 knownkey.keytype = convert_ssh2_keytype(sshkeytype); in ssh_knownhost()
573 foundkey.keytype = convert_ssh2_keytype(sshkeytype); in ssh_knownhost()
784 enum curl_khtype keytype = convert_ssh2_keytype(sshkeytype); in ssh_check_fingerprint() local
787 (int)keytype, remotekey, keylen); in ssh_check_fingerprint()