Searched refs:ktypes (Results 1 – 2 of 2) sorted by relevance
15 ktypes="dsa-1024 rsa-2048 rsa-3072 ed25519-512"19 ecdsa-sha2-nistp256) ktypes="$ktypes ecdsa-256" ;;20 ecdsa-sha2-nistp384) ktypes="$ktypes ecdsa-384" ;;21 ecdsa-sha2-nistp521) ktypes="$ktypes ecdsa-521" ;;25 for kt in $ktypes; do 35 for ut in $ktypes; do
274 char *oktypes, *ktypes; member389 authctxt.active_ktype = authctxt.oktypes = authctxt.ktypes = NULL; in ssh_userauth2()1736 if (authctxt->ktypes == NULL) { in userauth_hostbased()1738 authctxt->ktypes = authctxt->oktypes; in userauth_hostbased()1747 authctxt->active_ktype = strsep(&authctxt->ktypes, ","); in userauth_hostbased()1778 authctxt->oktypes = authctxt->ktypes = NULL; in userauth_hostbased()