Home
last modified time | relevance | path

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

/freebsd-11-stable/crypto/openssh/regress/
HDkeytype.sh15 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
/freebsd-11-stable/crypto/heimdal/lib/hdb/
HDkeys.c256 char **ktypes, **kp; in hdb_generate_key_set() local
267 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()
/freebsd-11-stable/crypto/openssh/
HDsshconnect2.c274 char *oktypes, *ktypes; member
389 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()