Home
last modified time | relevance | path

Searched refs:auth_type (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/sbin/routed/rtquery/
H A Drtquery.c119 int auth_type = RIP_AUTH_NONE; variable
258 auth_type = RIP_AUTH_PW; in main()
260 auth_type = RIP_AUTH_MD5; in main()
266 if (auth_type == RIP_AUTH_MD5 in main()
394 if (auth_type == RIP_AUTH_PW) { in query_loop()
401 } else if (auth_type == RIP_AUTH_MD5) { in query_loop()
/netbsd-src/external/bsd/iscsi/dist/include/
H A Dparameters.h91 char *auth_type; /* preferred authentication type */ member
108 uint8_t auth_type; member
/netbsd-src/sys/nfs/
H A Dnfs_clntsocket.c512 int t1, s, error = 0, mrest_len, auth_len, auth_type; in nfs_request() local
552 auth_type = RPCAUTH_KERB4; in nfs_request()
616 auth_type = RPCAUTH_UNIX; in nfs_request()
622 m = nfsm_rpchead(cred, nmp->nm_flag, procnum, auth_type, auth_len, in nfs_request()
H A Dnfs_socket.c1003 u_int32_t nfsvers, auth_type; in nfs_getreq() local
1057 auth_type = *tl++; in nfs_getreq()
1068 if (auth_type == rpc_auth_unix) { in nfs_getreq()
1122 } else if (auth_type == rpc_auth_kerb) { in nfs_getreq()
H A Dnfs_subs.c605 int auth_type, int auth_len, char *auth_str, int verf_len, in nfsm_rpchead() argument
651 *tl++ = txdr_unsigned(auth_type); in nfsm_rpchead()
653 switch (auth_type) { in nfsm_rpchead()
/netbsd-src/sys/dev/iscsi/
H A Discsi.h68 iscsi_auth_types_t auth_type[ISCSI_AUTH_OPTIONS]; member
H A Discsi_ioctl.c1057 if (par->auth_info.auth_type[i] < ISCSI_AUTH_None) { in check_login_pars()
1059 par->auth_info.auth_type[i])); in check_login_pars()
1063 if (par->auth_info.auth_type[i] > ISCSI_AUTH_CHAP) { in check_login_pars()
1065 par->auth_info.auth_type[i])); in check_login_pars()
1068 n = max(n, par->auth_info.auth_type[i]); in check_login_pars()
H A Discsi_text.c1293 cpar->val.nval[i] = par->auth_info.auth_type[i]; in assemble_login_parameters()
1294 if (par->auth_info.auth_type[i]) in assemble_login_parameters()
/netbsd-src/sbin/iscsictl/
H A Discsic_parse.c375 auth->auth_info.auth_type[n] = ISCSI_AUTH_None; in cl_get_auth_opts()
378 auth->auth_info.auth_type[n] = ISCSI_AUTH_CHAP; in cl_get_auth_opts()
381 auth->auth_info.auth_type[n] = ISCSI_AUTH_CHAP; in cl_get_auth_opts()
/netbsd-src/external/bsd/wpa/dist/src/wps/
H A Dwps_attr_parse.h45 const u8 *auth_type; /* 2 octets */ member
H A Dwps_validate.c1043 wps_validate_auth_type(attr.auth_type, 1) || in wps_validate_cred()
1742 wps_validate_auth_type(attr.auth_type, !ap) || in wps_validate_m7_encr()
1814 wps_validate_auth_type(attr.auth_type, ap) || in wps_validate_m8_encr()
H A Dwps_common.c371 data.auth_type = wps->auth_types; in wps_get_oob_cred()
393 cred.auth_type = WPS_AUTH_WPAPSK | WPS_AUTH_WPA2PSK; in wps_get_oob_cred()
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Disakmp_xauth.h171 int auth_type; member
H A Disakmp_xauth.c816 xauth_ldap_config.auth_type = LDAP_AUTH_SIMPLE; in xauth_ldap_init_conf()
/netbsd-src/external/bsd/iscsi/dist/src/lib/
H A Dinitiator.c199 int auth_type; in session_init_i() local
212 auth_type = s->sess_params.auth_type; in session_init_i()
213 if (s->sess_params.cred.user && auth_type != AuthNone) { in session_init_i()
222 s->sess_params.auth_type = auth_type; in session_init_i()
469 if (sess->sess_params.auth_type != AuthNone) { in params_out()
935 sess->sess_params.auth_type = AuthNone; in iscsi_initiator_start()
3705 …ostname, int port, int address_family, const char *user, char *lun, int auth_type, int mutual_auth… in ii_initiator_init() argument
3738 sess->sess_params.auth_type = auth_type; in ii_initiator_init()
H A Dparameters.c422 cred->auth_type = strdup(authtype); in find_credentials()
444 if (cred->auth_type) {
445 iscsi_free_atomic(cred->auth_type);
/netbsd-src/external/ibm-public/postfix/dist/
H A DRELEASE_NOTES-3.154 For example, with "milter_macro_defaults = auth_type=TLS", the
55 Postfix SMTP server will send an auth_type of "TLS" to a Milter,
H A DHISTORY21744 "milter_macro_defaults = auth_type=TLS", Postfix will send
21745 an auth_type of "TLS" unless a remote client authenticates
/netbsd-src/sys/dev/ic/
H A Dbwfmreg.h787 uint32_t auth_type; member
/netbsd-src/sys/dev/pcmcia/
H A Dif_ray.c1561 ray_send_auth(struct ray_softc *sc, uint8_t *dest, uint8_t auth_type) in ray_send_auth() argument
1587 var[2] = auth_type; in ray_send_auth()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp200 iscsi_auth_types_t auth_type[4]; member
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cc200 iscsi_auth_types_t auth_type[4]; member