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

/freebsd-current/crypto/openssh/
H A Dssh-keygen.c1063 } key_types[] = { local
1084 for (i = 0; key_types[i].key_type; i++) {
1089 identity_file, key_types[i].path);
1096 error("Could not stat %s: %s", key_types[i].path,
1106 identity_file, key_types[i].path);
1108 identity_file, key_types[i].path);
1110 identity_file, key_types[i].path);
1116 printf("%s ", key_types[i].key_type_display);
1118 type = sshkey_type_from_name(key_types[i].key_type);
1162 key_types[
[all...]
/freebsd-current/usr.sbin/fwcontrol/
H A Dfwcontrol.c428 static const char *key_types = "ICLD"; local
477 key_types[(reg->key & CSRTYPE_MASK)>>6],

Completed in 130 milliseconds