Home
last modified time | relevance | path

Searched refs:keytypes (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/crypto/openssh/regress/misc/fuzz-harness/
H A Dkex_fuzz.cc329 const int keytypes[] = { KEY_RSA, KEY_DSA, KEY_ECDSA, KEY_ED25519, -1 }; in main() local
349 for (i = 0; keytypes[i] != -1; i++) { in main()
354 do_kex_with_key(st, ts, kextypes[j], keytypes[i]); in main()
356 kextypes[j], sshkey_type(st->pubkeys[keytypes[i]])); in main()
367 kextypes[j], sshkey_type(st->pubkeys[keytypes[i]])); in main()
382 for (i = 0; keytypes[i] != -1; i++) { in main()
384 sshkey_type(st->privkeys[keytypes[i]])); in main()
386 if (sshkey_save_private(st->privkeys[keytypes[i]], path, in main()
391 sshkey_type(st->pubkeys[keytypes[i]])); in main()
393 if (sshkey_save_public(st->pubkeys[keytypes[i]], path, "") != 0) in main()
/freebsd-13.1/crypto/openssl/crypto/conf/
H A Dconf_def.c776 const unsigned short * keytypes = (const unsigned short *) conf->meth_data; in is_keytype() local
795 return (keytypes[key] & type) ? 1 : 0; in is_keytype()
/freebsd-13.1/crypto/openssh/
H A Dsshkey.c106 static const struct keytype keytypes[] = { variable
167 for (kt = keytypes; kt->type != -1; kt++) { in sshkey_type()
179 for (kt = keytypes; kt->type != -1; kt++) { in sshkey_ssh_name_from_type_nid()
191 for (kt = keytypes; kt->type != -1; kt++) { in sshkey_type_is_cert()
216 for (kt = keytypes; kt->type != -1; kt++) { in sshkey_type_from_name()
243 for (kt = keytypes; kt->type != -1; kt++) { in sshkey_ecdsa_nid_from_name()
259 for (kt = keytypes; kt->type != -1; kt++) { in sshkey_alg_list()
301 for (kt = keytypes; kt->type != -1; kt++) { in sshkey_names_valid2()
1295 for (kt = keytypes; kt->type != -1; kt++) { in peek_type_nid()
2690 for (kt = keytypes; kt->type != -1; kt++) { in sshkey_sigalg_by_name()
/freebsd-13.1/crypto/heimdal/
H A DChangeLog.199896 * kuser/klist.c: try to list enctypes as keytypes
180 * admin/ktutil.c: fix printing of unrecognized keytypes
309 * kdc/kerberos5.c: always treat keytypes as enctypes; use new
786 instead of keytypes. If so use the same value to encrypt ticket,
825 from protocol keytypes (that really are enctypes) to internal
834 keytypes, salttypes, and salts.
864 keytypes.
H A DNEWS973 * Some support for using enctypes instead of keytypes.
H A DChangeLog.19991199 keytypes/enctypes are compatible, not that they are the same
2065 * kadmin/get.c (print_entry_long): print the keytypes and salts
H A DChangeLog.2004488 * kuser/klist.c (print_cred_verbose): keytypes are no longer, use
H A DChangeLog.200554 keytypes any more, just use enctypes.
/freebsd-13.1/crypto/heimdal/kadmin/
H A DChangeLog272 * get.c: print keytypes on long format