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

/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dssh-keygen.c846 } key_types[] = { local
861 for (i = 0; key_types[i].key_type; i++) {
862 if (stat(key_types[i].path, &st) == 0)
865 printf("Could not stat %s: %s", key_types[i].path,
875 printf("%s ", key_types[i].key_type_display);
878 type = key_type_from_name(key_types[i].key_type);
879 strlcpy(identity_file, key_types[i].path, sizeof(identity_file));
/netbsd-6-1-5-RELEASE/usr.sbin/fwctl/
H A Dfwcontrol.c423 static const char *key_types = "ICLD"; local
466 key_types[(reg->key & CSRTYPE_MASK)>>6],

Completed in 202 milliseconds