Searched refs:ktypes (Results 1 – 3 of 3) sorted by relevance
10 ktypes=""13 ssh-dss) ktypes="$ktypes dsa-1024" ;;14 ssh-rsa) ktypes="$ktypes rsa-2048 rsa-3072" ;;15 ssh-ed25519) ktypes="$ktypes ed25519-512" ;;16 ecdsa-sha2-nistp256) ktypes="$ktypes ecdsa-256" ;;17 ecdsa-sha2-nistp384) ktypes="$ktypes ecdsa-384" ;;18 ecdsa-sha2-nistp521) ktypes="$ktypes ecdsa-521" ;;19 sk-ssh-ed25519*) ktypes="$ktypes ed25519-sk" ;;20 sk-ecdsa-sha2-nistp256*) ktypes="$ktypes ecdsa-sk" ;;24 for kt in $ktypes; do[all …]
256 char **ktypes, **kp; in hdb_generate_key_set() local267 ktypes = krb5_config_get_strings(context, NULL, "kadmin", in hdb_generate_key_set()269 if (ktypes == NULL) in hdb_generate_key_set()270 ktypes = (char **)(intptr_t)default_keytypes; in hdb_generate_key_set()277 for(kp = ktypes; kp && *kp; kp++) { in hdb_generate_key_set()340 if (ktypes != (char **)(intptr_t)default_keytypes) in hdb_generate_key_set()341 krb5_config_free_strings(ktypes); in hdb_generate_key_set()
331 char *oktypes, *ktypes; member443 authctxt.active_ktype = authctxt.oktypes = authctxt.ktypes = NULL; in ssh_userauth2()2140 if (authctxt->ktypes == NULL) { in userauth_hostbased()2142 authctxt->ktypes = authctxt->oktypes; in userauth_hostbased()2151 authctxt->active_ktype = strsep(&authctxt->ktypes, ","); in userauth_hostbased()2180 authctxt->oktypes = authctxt->ktypes = NULL; in userauth_hostbased()