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

/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dssh-keygen.c1030 } key_types[] = { local
1049 for (i = 0; key_types[i].key_type; i++) {
1054 identity_file, key_types[i].path);
1061 error("Could not stat %s: %s", key_types[i].path,
1071 identity_file, key_types[i].path);
1073 identity_file, key_types[i].path);
1075 identity_file, key_types[i].path);
1081 printf("%s ", key_types[i].key_type_display);
1083 type = sshkey_type_from_name(key_types[i].key_type);
1127 key_types[
[all...]
/netbsd-current/usr.sbin/fwctl/
H A Dfwcontrol.c423 static const char *key_types = "ICLD"; local
466 key_types[(reg->key & CSRTYPE_MASK)>>6],

Completed in 97 milliseconds