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

/external/openssh/
H A Dssh-keygen.c856 } key_types[] = { local
871 for (i = 0; key_types[i].key_type; i++) {
872 if (stat(key_types[i].path, &st) == 0)
875 printf("Could not stat %s: %s", key_types[i].path,
885 printf("%s ", key_types[i].key_type_display);
888 type = key_type_from_name(key_types[i].key_type);
889 strlcpy(identity_file, key_types[i].path, sizeof(identity_file));

Completed in 56 milliseconds