Home | History | Annotate | Download | only in dist

Lines Matching refs:sshauthopt

33  * sshauthopt represents key options parsed from authorized_keys or
36 struct sshauthopt {
82 struct sshauthopt *sshauthopt_new(void);
83 struct sshauthopt *sshauthopt_new_with_keys_defaults(void);
84 void sshauthopt_free(struct sshauthopt *opts);
85 struct sshauthopt *sshauthopt_copy(const struct sshauthopt *orig);
86 int sshauthopt_serialise(const struct sshauthopt *opts, struct sshbuf *m, int);
87 int sshauthopt_deserialise(struct sshbuf *m, struct sshauthopt **opts);
93 struct sshauthopt *sshauthopt_parse(const char *s, const char **errstr);
96 * Parse certification options to a struct sshauthopt.
99 struct sshauthopt *sshauthopt_from_cert(struct sshkey *k);
104 struct sshauthopt *sshauthopt_merge(const struct sshauthopt *primary,
105 const struct sshauthopt *additional, const char **errstrp);