Searched refs:keytypes (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/crypto/openssh/regress/misc/fuzz-harness/ |
| H A D | kex_fuzz.cc | 329 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 D | conf_def.c | 776 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 D | sshkey.c | 106 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 D | ChangeLog.1998 | 96 * 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 D | NEWS | 973 * Some support for using enctypes instead of keytypes.
|
| H A D | ChangeLog.1999 | 1199 keytypes/enctypes are compatible, not that they are the same 2065 * kadmin/get.c (print_entry_long): print the keytypes and salts
|
| H A D | ChangeLog.2004 | 488 * kuser/klist.c (print_cred_verbose): keytypes are no longer, use
|
| H A D | ChangeLog.2005 | 54 keytypes any more, just use enctypes.
|
| /freebsd-13.1/crypto/heimdal/kadmin/ |
| H A D | ChangeLog | 272 * get.c: print keytypes on long format
|