Searched refs:key_types (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/apr-util/crypto/ |
| H A D | apr_crypto_commoncrypto.c | 71 static struct apr_crypto_block_key_type_t key_types[] = variable 212 apr_hash_set(f->types, "3des192", APR_HASH_KEY_STRING, &(key_types[0])); in crypto_make() 213 apr_hash_set(f->types, "aes128", APR_HASH_KEY_STRING, &(key_types[1])); in crypto_make() 214 apr_hash_set(f->types, "aes192", APR_HASH_KEY_STRING, &(key_types[2])); in crypto_make() 215 apr_hash_set(f->types, "aes256", APR_HASH_KEY_STRING, &(key_types[3])); in crypto_make()
|
| H A D | apr_crypto_openssl.c | 86 static struct apr_crypto_block_key_type_t key_types[] = variable 310 apr_hash_set(f->types, "3des192", APR_HASH_KEY_STRING, &(key_types[0])); in crypto_make() 311 apr_hash_set(f->types, "aes128", APR_HASH_KEY_STRING, &(key_types[1])); in crypto_make() 312 apr_hash_set(f->types, "aes192", APR_HASH_KEY_STRING, &(key_types[2])); in crypto_make() 313 apr_hash_set(f->types, "aes256", APR_HASH_KEY_STRING, &(key_types[3])); in crypto_make()
|
| H A D | apr_crypto_nss.c | 83 static struct apr_crypto_block_key_type_t key_types[] = variable 333 apr_hash_set(f->types, "3des192", APR_HASH_KEY_STRING, &(key_types[0])); in crypto_make() 334 apr_hash_set(f->types, "aes128", APR_HASH_KEY_STRING, &(key_types[1])); in crypto_make() 335 apr_hash_set(f->types, "aes192", APR_HASH_KEY_STRING, &(key_types[2])); in crypto_make() 336 apr_hash_set(f->types, "aes256", APR_HASH_KEY_STRING, &(key_types[3])); in crypto_make()
|
| /freebsd-13.1/crypto/openssh/ |
| H A D | ssh-keygen.c | 1044 } key_types[] = { in do_gen_all_hostkeys() local 1066 for (i = 0; key_types[i].key_type; i++) { in do_gen_all_hostkeys() 1071 identity_file, key_types[i].path); in do_gen_all_hostkeys() 1078 error("Could not stat %s: %s", key_types[i].path, in do_gen_all_hostkeys() 1088 identity_file, key_types[i].path); in do_gen_all_hostkeys() 1090 identity_file, key_types[i].path); in do_gen_all_hostkeys() 1092 identity_file, key_types[i].path); in do_gen_all_hostkeys() 1098 printf("%s ", key_types[i].key_type_display); in do_gen_all_hostkeys() 1100 type = sshkey_type_from_name(key_types[i].key_type); in do_gen_all_hostkeys() 1144 key_types[i].path, strerror(errno)); in do_gen_all_hostkeys()
|
| /freebsd-13.1/usr.sbin/fwcontrol/ |
| H A D | fwcontrol.c | 429 static const char *key_types = "ICLD"; in show_crom() local 478 key_types[(reg->key & CSRTYPE_MASK)>>6], in show_crom()
|