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

/freebsd-13-stable/crypto/openssh/regress/
H A Dkeytype.sh10 ktypes="dsa-1024 rsa-2048 rsa-3072 ed25519-512"
14 ecdsa-sha2-nistp256) ktypes="$ktypes ecdsa-256" ;;
15 ecdsa-sha2-nistp384) ktypes="$ktypes ecdsa-384" ;;
16 ecdsa-sha2-nistp521) ktypes="$ktypes ecdsa-521" ;;
20 for kt in $ktypes; do
30 for ut in $ktypes; do
32 #htypes=$ktypes
[all...]
/freebsd-13-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-13-stable/crypto/openssh/
H A Dsshconnect2.c277 char *oktypes, *ktypes; member in struct:cauthctxt
392 authctxt.active_ktype = authctxt.oktypes = authctxt.ktypes = NULL;
1930 if (authctxt->ktypes == NULL) {
1932 authctxt->ktypes = authctxt->oktypes;
1941 authctxt->active_ktype = strsep(&authctxt->ktypes, ",");
1971 authctxt->oktypes = authctxt->ktypes = NULL;

Completed in 81 milliseconds