sshkey_type_from_shortname
type = sshkey_type_from_shortname(key_types[i].key_type);
if (sshkey_type_from_shortname(key_type_name) != ca->type) {
switch (sshkey_type_from_shortname(key_type_name)) {
type = sshkey_type_from_shortname(key_type_name);
int type = sshkey_type_from_shortname(tname);
int sshkey_type_from_shortname(const char *);