Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssh/
H A Dssh-keygen.c1067 } key_types[] = { in do_gen_all_hostkeys() local
1088 for (i = 0; key_types[i].key_type; i++) { in do_gen_all_hostkeys()
1093 identity_file, key_types[i].path); in do_gen_all_hostkeys()
1100 error("Could not stat %s: %s", key_types[i].path, in do_gen_all_hostkeys()
1110 identity_file, key_types[i].path); in do_gen_all_hostkeys()
1112 identity_file, key_types[i].path); in do_gen_all_hostkeys()
1114 identity_file, key_types[i].path); in do_gen_all_hostkeys()
1120 printf("%s ", key_types[i].key_type_display); in do_gen_all_hostkeys()
1122 type = sshkey_type_from_name(key_types[i].key_type); in do_gen_all_hostkeys()
1166 key_types[i].path, strerror(errno)); in do_gen_all_hostkeys()
/freebsd-14.2/usr.sbin/fwcontrol/
H A Dfwcontrol.c428 static const char *key_types = "ICLD"; in show_crom() local
477 key_types[(reg->key & CSRTYPE_MASK)>>6], in show_crom()