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

/freebsd-10.2-release/crypto/openssh/
H A Dssh-keygen.c896 } key_types[] = { local
914 for (i = 0; key_types[i].key_type; i++) {
915 if (stat(key_types[i].path, &st) == 0)
918 printf("Could not stat %s: %s", key_types[i].path,
928 printf("%s ", key_types[i].key_type_display);
930 type = key_type_from_name(key_types[i].key_type);
931 strlcpy(identity_file, key_types[i].path, sizeof(identity_file));
/freebsd-10.2-release/usr.sbin/fwcontrol/
H A Dfwcontrol.c427 static const char *key_types = "ICLD"; local
476 key_types[(reg->key & CSRTYPE_MASK)>>6],

Completed in 63 milliseconds