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

/freebsd-10-stable/crypto/openssh/regress/
H A Dkeytype.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
37 #htypes=$ktypes
[all...]
/freebsd-10-stable/crypto/heimdal/lib/hdb/
H A Dkeys.c256 char **ktypes, **kp; local
267 ktypes = krb5_config_get_strings(context, NULL, "kadmin",
269 if (ktypes == NULL)
270 ktypes = (char **)(intptr_t)default_keytypes;
277 for(kp = ktypes; kp && *kp; kp++) {
340 if (ktypes != (char **)(intptr_t)default_keytypes)
341 krb5_config_free_strings(ktypes);
/freebsd-10-stable/crypto/openssh/
H A Dsshconnect2.c274 char *oktypes, *ktypes; member in struct:cauthctxt
388 authctxt.active_ktype = authctxt.oktypes = authctxt.ktypes = NULL;
1687 if (authctxt->ktypes == NULL) {
1689 authctxt->ktypes = authctxt->oktypes;
1698 authctxt->active_ktype = strsep(&authctxt->ktypes, ",");
1729 authctxt->oktypes = authctxt->ktypes = NULL;

Completed in 43 milliseconds