Home | History | Annotate | Download | only in openssh

Lines Matching full:shortname

82 	const char *shortname;
129 return kt->shortname;
177 /* Only allow shortname matches for plain key types */
179 (!kt->cert && strcasecmp(kt->shortname, name) == 0))