Home
last modified time | relevance | path

Searched refs:optsp (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssh/
H A Dssh-sk.c398 sshsk_add_option(struct sk_option ***optsp, size_t *noptsp, in sshsk_add_option() argument
401 struct sk_option **opts = *optsp; in sshsk_add_option()
409 *optsp = opts; in sshsk_add_option()
426 struct sk_option ***optsp) in make_options() argument
443 *optsp = opts; in make_options()
H A Dauth-options.c255 handle_permit(const char **optsp, int allow_bare_port, in handle_permit() argument
266 if ((opt = opt_dequote(optsp, &errstr)) == NULL) { in handle_permit()
850 sshauthopt_deserialise(struct sshbuf *m, struct sshauthopt **optsp) in sshauthopt_deserialise() argument
907 *optsp = opts; in sshauthopt_deserialise()
H A Dmisc.h212 int opt_flag(const char *opt, int allow_negate, const char **optsp);
H A Dmisc.c2605 opt_flag(const char *opt, int allow_negate, const char **optsp) in opt_flag() argument
2608 const char *opts = *optsp; in opt_flag()
2616 *optsp = opts + opt_len; in opt_flag()