Home
last modified time | relevance | path

Searched refs:authmethod_cfg (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dauth2-methods.c45 struct authmethod_cfg methodcfg_none = {
50 struct authmethod_cfg methodcfg_pubkey = {
56 struct authmethod_cfg methodcfg_gssapi = {
63 struct authmethod_cfg methodcfg_krb5 = {
69 struct authmethod_cfg methodcfg_passwd = {
74 struct authmethod_cfg methodcfg_kbdint = {
79 struct authmethod_cfg methodcfg_hostbased = {
85 static struct authmethod_cfg *authmethod_cfgs[] = {
108 const struct authmethod_cfg *cfg; in auth2_methods_valid()
H A Dauth.h113 struct authmethod_cfg { struct
120 struct authmethod_cfg *cfg; argument
H A Dauth2-none.c51 extern struct authmethod_cfg methodcfg_none;
H A Dauth2-kbdint.c47 extern struct authmethod_cfg methodcfg_kbdint;
H A Dauth2-passwd.c52 extern struct authmethod_cfg methodcfg_passwd;
H A Dauth2-krb5.c48 extern struct authmethod_cfg methodcfg_krb5;
H A Dauth2-hostbased.c59 extern struct authmethod_cfg methodcfg_hostbased;
H A Dauth2-gss.c55 extern struct authmethod_cfg methodcfg_gssapi;
H A Dauth2-pubkey.c81 extern struct authmethod_cfg methodcfg_pubkey;