Symbol: sshauthopt
crypto/openssh/auth-options.c
194
struct sshauthopt *
crypto/openssh/auth-options.c
197
struct sshauthopt *ret;
crypto/openssh/auth-options.c
206
sshauthopt_free(struct sshauthopt *opts)
crypto/openssh/auth-options.c
233
struct sshauthopt *
crypto/openssh/auth-options.c
236
struct sshauthopt *ret = NULL;
crypto/openssh/auth-options.c
323
struct sshauthopt *
crypto/openssh/auth-options.c
328
struct sshauthopt *ret = NULL;
crypto/openssh/auth-options.c
502
struct sshauthopt *
crypto/openssh/auth-options.c
505
struct sshauthopt *ret;
crypto/openssh/auth-options.c
533
struct sshauthopt *
crypto/openssh/auth-options.c
534
sshauthopt_merge(const struct sshauthopt *primary,
crypto/openssh/auth-options.c
535
const struct sshauthopt *additional, const char **errstrp)
crypto/openssh/auth-options.c
537
struct sshauthopt *ret;
crypto/openssh/auth-options.c
660
struct sshauthopt *
crypto/openssh/auth-options.c
661
sshauthopt_copy(const struct sshauthopt *orig)
crypto/openssh/auth-options.c
663
struct sshauthopt *ret;
crypto/openssh/auth-options.c
77
cert_option_list(struct sshauthopt *opts, struct sshbuf *oblob,
crypto/openssh/auth-options.c
798
sshauthopt_serialise(const struct sshauthopt *opts, struct sshbuf *m,
crypto/openssh/auth-options.c
850
sshauthopt_deserialise(struct sshbuf *m, struct sshauthopt **optsp)
crypto/openssh/auth-options.c
852
struct sshauthopt *opts = NULL;
crypto/openssh/auth-options.h
103
struct sshauthopt *sshauthopt_merge(const struct sshauthopt *primary,
crypto/openssh/auth-options.h
104
const struct sshauthopt *additional, const char **errstrp);
crypto/openssh/auth-options.h
81
struct sshauthopt *sshauthopt_new(void);
crypto/openssh/auth-options.h
82
struct sshauthopt *sshauthopt_new_with_keys_defaults(void);
crypto/openssh/auth-options.h
83
void sshauthopt_free(struct sshauthopt *opts);
crypto/openssh/auth-options.h
84
struct sshauthopt *sshauthopt_copy(const struct sshauthopt *orig);
crypto/openssh/auth-options.h
85
int sshauthopt_serialise(const struct sshauthopt *opts, struct sshbuf *m, int);
crypto/openssh/auth-options.h
86
int sshauthopt_deserialise(struct sshbuf *m, struct sshauthopt **opts);
crypto/openssh/auth-options.h
92
struct sshauthopt *sshauthopt_parse(const char *s, const char **errstr);
crypto/openssh/auth-options.h
98
struct sshauthopt *sshauthopt_from_cert(struct sshkey *k);
crypto/openssh/auth-pam.c
302
extern struct sshauthopt *auth_opts;
crypto/openssh/auth.c
662
auth_log_authopts(const char *loc, const struct sshauthopt *opts, int do_remote)
crypto/openssh/auth.c
732
auth_activate_options(struct ssh *ssh, struct sshauthopt *opts)
crypto/openssh/auth.c
734
struct sshauthopt *old = auth_opts;
crypto/openssh/auth.c
749
struct sshauthopt *restricted;
crypto/openssh/auth.c
84
extern struct sshauthopt *auth_opts;
crypto/openssh/auth.h
143
int, struct sshauthopt **);
crypto/openssh/auth.h
216
int auth_activate_options(struct ssh *, struct sshauthopt *);
crypto/openssh/auth.h
218
void auth_log_authopts(const char *, const struct sshauthopt *, int);
crypto/openssh/auth.h
229
int auth_authorise_keyopts(struct passwd *, struct sshauthopt *, int,
crypto/openssh/auth.h
232
const char *, struct sshauthopt **);
crypto/openssh/auth.h
234
const struct sshkey_cert *, struct sshauthopt **);
crypto/openssh/auth.h
236
char *, const char *, const char *, const char *, struct sshauthopt **);
crypto/openssh/auth.h
238
struct sshkey *, const char *, const char *, struct sshauthopt **);
crypto/openssh/auth.h
49
struct sshauthopt;
crypto/openssh/auth2-pubkey.c
100
struct sshauthopt *authopts = NULL;
crypto/openssh/auth2-pubkey.c
319
struct sshkey_cert *cert, struct sshauthopt **authoptsp)
crypto/openssh/auth2-pubkey.c
345
const char *conn_id, const char *rdomain, struct sshauthopt **authoptsp)
crypto/openssh/auth2-pubkey.c
483
const char *conn_id, const char *rdomain, struct sshauthopt **authoptsp)
crypto/openssh/auth2-pubkey.c
487
struct sshauthopt *principals_opts = NULL, *cert_opts = NULL;
crypto/openssh/auth2-pubkey.c
488
struct sshauthopt *final_opts = NULL;
crypto/openssh/auth2-pubkey.c
590
struct sshauthopt **authoptsp)
crypto/openssh/auth2-pubkey.c
619
const char *conn_id, const char *rdomain, struct sshauthopt **authoptsp)
crypto/openssh/auth2-pubkey.c
754
int auth_attempt, struct sshauthopt **authoptsp)
crypto/openssh/auth2-pubkey.c
758
struct sshauthopt *opts = NULL;
crypto/openssh/auth2-pubkeyfile.c
173
const char *loc, struct sshauthopt **authoptsp)
crypto/openssh/auth2-pubkeyfile.c
178
struct sshauthopt *opts = NULL;
crypto/openssh/auth2-pubkeyfile.c
223
const struct sshkey_cert *cert, struct sshauthopt **authoptsp)
crypto/openssh/auth2-pubkeyfile.c
266
struct sshauthopt **authoptsp)
crypto/openssh/auth2-pubkeyfile.c
270
struct sshauthopt *keyopts = NULL, *certopts = NULL, *finalopts = NULL;
crypto/openssh/auth2-pubkeyfile.c
408
const char *remote_host, struct sshauthopt **authoptsp)
crypto/openssh/auth2-pubkeyfile.c
55
auth_authorise_keyopts(struct passwd *pw, struct sshauthopt *opts,
crypto/openssh/monitor.c
108
extern struct sshauthopt *auth_opts; /* XXX move to permanent ssh->authctxt? */
crypto/openssh/monitor.c
1174
struct sshauthopt *opts = NULL;
crypto/openssh/monitor.c
156
static struct sshauthopt *key_opts = NULL;
crypto/openssh/monitor_wrap.c
495
int pubkey_auth_attempt, struct sshauthopt **authoptp)
crypto/openssh/monitor_wrap.c
510
struct sshkey *key, int pubkey_auth_attempt, struct sshauthopt **authoptp)
crypto/openssh/monitor_wrap.c
514
struct sshauthopt *opts = NULL;
crypto/openssh/monitor_wrap.h
37
struct sshauthopt;
crypto/openssh/monitor_wrap.h
53
int, struct sshauthopt **);
crypto/openssh/monitor_wrap.h
55
struct sshauthopt **);
crypto/openssh/serverloop.c
88
extern struct sshauthopt *auth_opts;
crypto/openssh/session.c
150
extern struct sshauthopt *auth_opts;
crypto/openssh/session.c
305
set_fwdpermit_from_authopts(struct ssh *ssh, const struct sshauthopt *opts)
crypto/openssh/sshd-session.c
182
struct sshauthopt *auth_opts = NULL;