Searched refs:keytypes (Results 1 – 13 of 13) sorted by relevance
/freebsd/crypto/openssh/regress/misc/fuzz-harness/ |
H A D | kex_fuzz.cc | 328 const int keytypes[] = { KEY_RSA, KEY_DSA, KEY_ECDSA, KEY_ED25519, -1 }; in main() local 348 for (i = 0; keytypes[i] != -1; i++) { in main() 353 do_kex_with_key(st, ts, kextypes[j], keytypes[i]); in main() 355 kextypes[j], sshkey_type(st->pubkeys[keytypes[i]])); in main() 366 kextypes[j], sshkey_type(st->pubkeys[keytypes[i]])); in main() 381 for (i = 0; keytypes[i] != -1; i++) { in main() 383 sshkey_type(st->privkeys[keytypes[i]])); in main() 385 if (sshkey_save_private(st->privkeys[keytypes[i]], path, in main() 390 sshkey_type(st->pubkeys[keytypes[i]])); in main() 392 if (sshkey_save_public(st->pubkeys[keytypes[i]], path, "") != 0) in main()
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | EVP_PKEY-X25519.pod | 11 The B<X25519>, B<X448>, B<ED25519> and B<ED448> keytypes are 21 In addition to the common parameters that all keytypes should support (see 22 L<provider-keymgmt(7)/Common parameters>), the implementation of these keytypes
|
H A D | EVP_PKEY-HMAC.pod | 7 - EVP_PKEY legacy MAC keytypes and algorithm support 24 All the B<MAC> keytypes support the following parameters.
|
H A D | EVP_PKEY-RSA.pod | 18 In addition to the common parameters that all keytypes should support (see 216 =for comment RSA-PSS, and probably also RSA-OAEP, need separate keytypes, 217 and will be described in separate pages for those RSA keytypes.
|
H A D | EVP_PKEY-FFC.pod | 14 The B<DSA>, B<DH> and B<DHX> keytypes are implemented in OpenSSL's default and 35 In addition to the common parameters that all keytypes should support (see
|
H A D | EVP_PKEY-DH.pod | 28 In addition to the common FFC parameters that all FFC keytypes should support
|
/freebsd/crypto/openssl/crypto/conf/ |
H A D | conf_def.c | 906 const unsigned short * keytypes = (const unsigned short *) conf->meth_data; in is_keytype() local 925 return (keytypes[key] & type) ? 1 : 0; in is_keytype()
|
/freebsd/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/crypto/heimdal/kadmin/ |
H A D | ChangeLog | 272 * get.c: print keytypes on long format
|