Lines Matching refs:sshauthopt
35 struct sshauthopt { struct
81 struct sshauthopt *sshauthopt_new(void); argument
82 struct sshauthopt *sshauthopt_new_with_keys_defaults(void);
83 void sshauthopt_free(struct sshauthopt *opts);
84 struct sshauthopt *sshauthopt_copy(const struct sshauthopt *orig);
85 int sshauthopt_serialise(const struct sshauthopt *opts, struct sshbuf *m, int);
86 int sshauthopt_deserialise(struct sshbuf *m, struct sshauthopt **opts);
92 struct sshauthopt *sshauthopt_parse(const char *s, const char **errstr);
98 struct sshauthopt *sshauthopt_from_cert(struct sshkey *k);
103 struct sshauthopt *sshauthopt_merge(const struct sshauthopt *primary,
104 const struct sshauthopt *additional, const char **errstrp);