Lines Matching refs:sshauthopt
73 cert_option_list(struct sshauthopt *opts, struct sshbuf *oblob, in cert_option_list()
189 struct sshauthopt *
192 struct sshauthopt *ret; in sshauthopt_new()
201 sshauthopt_free(struct sshauthopt *opts) in sshauthopt_free()
228 struct sshauthopt *
231 struct sshauthopt *ret = NULL; in sshauthopt_new_with_keys_defaults()
318 struct sshauthopt *
323 struct sshauthopt *ret = NULL; in sshauthopt_parse()
478 struct sshauthopt *
481 struct sshauthopt *ret; in sshauthopt_from_cert()
509 struct sshauthopt *
510 sshauthopt_merge(const struct sshauthopt *primary, in sshauthopt_merge()
511 const struct sshauthopt *additional, const char **errstrp) in sshauthopt_merge()
513 struct sshauthopt *ret; in sshauthopt_merge()
633 struct sshauthopt *
634 sshauthopt_copy(const struct sshauthopt *orig) in sshauthopt_copy()
636 struct sshauthopt *ret; in sshauthopt_copy()
771 sshauthopt_serialise(const struct sshauthopt *opts, struct sshbuf *m, in sshauthopt_serialise()
822 sshauthopt_deserialise(struct sshbuf *m, struct sshauthopt **optsp) in sshauthopt_deserialise()
824 struct sshauthopt *opts = NULL; in sshauthopt_deserialise()