Home
last modified time | relevance | path

Searched refs:key_types (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/apr-util/crypto/
H A Dapr_crypto_commoncrypto.c71 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 Dapr_crypto_openssl.c86 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 Dapr_crypto_nss.c83 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 Dssh-keygen.c1044 } 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 Dfwcontrol.c429 static const char *key_types = "ICLD"; in show_crom() local
478 key_types[(reg->key & CSRTYPE_MASK)>>6], in show_crom()