Searched refs:auth (Results 201 - 225 of 306) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dp2p_supplicant.h37 int persistent_group, int auto_join, int join, int auth,
/freebsd-11-stable/contrib/ntp/ntpq/
H A Dntpq-subs.c621 int auth,
633 return doquery(op, associd, auth, datalen, data, rstatus, dsize,
1185 const char *auth; local
1199 "ind assid status conf reach auth condition last_event cnt\n");
1215 auth = "yes";
1217 auth = "none";
1225 auth = "ok ";
1227 auth = "bad";
1229 auth = "none";
1345 assoc_cache[i].status, conf, reach, auth,
617 doquerylist( struct varlist *vlist, int op, associd_t associd, int auth, u_short *rstatus, size_t *dsize, const char **datap ) argument
[all...]
/freebsd-11-stable/sys/kern/
H A Dvfs_export.c63 #include <rpc/auth.h>
/freebsd-11-stable/contrib/amd/amd/
H A Dsrvr_nfs.c235 call_portmap(fserver *fs, AUTH *auth, u_long prog, u_long vers, u_long prot) argument
254 auth);
/freebsd-11-stable/usr.sbin/ppp/
H A Dchat.c65 #include "auth.h"
665 strncpy(result, c->physical->dl->bundle->cfg.auth.key, reslen);
679 strncpy(result, c->physical->dl->bundle->cfg.auth.name, reslen);
H A Dbundle.c89 #include "auth.h"
832 *bundle.cfg.auth.name = '\0';
833 *bundle.cfg.auth.key = '\0';
1087 arg->bundle->cfg.auth.name);
/freebsd-11-stable/sys/netinet/
H A Dsctp_input.c154 /* auth parameter(s) error... send abort */
2277 struct sctp_auth_chunk *auth; local
2280 auth = (struct sctp_auth_chunk *)sctp_m_getptr(m, auth_offset, auth_len, auth_chunk_buf);
2282 auth = NULL;
2284 if ((auth == NULL) || sctp_handle_auth(stcb, auth, m, auth_offset)) {
2285 /* auth HMAC failed, dump the assoc and packet */
4675 /* now go back and verify any auth chunk to be sure */
4677 struct sctp_auth_chunk *auth; local
4680 auth
[all...]
/freebsd-11-stable/sys/dev/iwi/
H A Dif_iwi.c1391 struct iwi_notif_authentication *auth; local
1433 auth = (struct iwi_notif_authentication *)(notif + 1);
1434 switch (auth->state) {
1469 "unknown authentication state %u\n", auth->state);
2927 * NB: do not arrange for shared key auth w/o privacy
2932 assoc->auth = IWI_AUTH_SHARED;
2940 assoc->auth |= vap->iv_def_txkey << 4;
2976 "auth %u capinfo 0x%x lintval %u bintval %u\n",
2979 assoc->chan, le16toh(assoc->policy), assoc->auth,
/freebsd-11-stable/lib/libipsec/
H A Dpfkey.c2004 pfkey_setsadbsa(buf, lim, spi, wsize, auth, enc, flags)
2008 u_int wsize, auth, enc;
2025 p->sadb_sa_auth = auth;
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dfil.c1683 u_short optmsk = 0, secmsk = 0, auth = 0; local
1839 auth = doi & 0xffff;
1852 auth = doi & 0xffff;
1872 if (auth && !(auth & 0x0100))
1873 auth &= 0xff00;
1876 fi->fi_auth = auth;
1891 u_short secmsk = 0, auth = 0; local
1900 auth = *(s + 3);
1901 auth *
[all...]
/freebsd-11-stable/sys/dev/drm/
H A Ddrm.h286 int auth; /**< Is client authenticated? */ member in struct:drm_client
/freebsd-11-stable/lib/libc/xdr/
H A Dxdr_rec.c68 #include <rpc/auth.h>
/freebsd-11-stable/contrib/amd/include/
H A Dam_defs.h1581 extern bool_t xdr_opaque_auth(XDR *xdrs, struct opaque_auth *auth);
/freebsd-11-stable/crypto/openssh/contrib/redhat/
H A Dopenssh.spec119 Requires: /etc/pam.d/system-auth
512 - pull cvs patch to not cut off challengeresponse auth needlessly
575 limit users to pubkey and rsa auth (#34378)
648 - Extract patch from CVS to handle auth banners (in the client).
/freebsd-11-stable/contrib/wpa/src/eap_common/
H A Dikev2_common.c312 payloads->auth = pdata;
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dwps_hostapd.c1736 const char *auth, const char *encr, const char *key)
1749 if (os_strncmp(auth, "OPEN", 4) == 0)
1751 else if (os_strncmp(auth, "WPAPSK", 6) == 0)
1753 else if (os_strncmp(auth, "WPA2PSK", 7) == 0)
1735 hostapd_wps_config_ap(struct hostapd_data *hapd, const char *ssid, const char *auth, const char *encr, const char *key) argument
/freebsd-11-stable/contrib/telnet/telnetd/
H A Dutility.c47 #include <libtelnet/auth.h>
H A Dtelnetd.c50 #include <libtelnet/auth.h>
444 fprintf(stderr, " [-X auth-type]");
/freebsd-11-stable/contrib/telnet/telnet/
H A Dutilities.c60 #include <libtelnet/auth.h>
/freebsd-11-stable/sys/net80211/
H A Dieee80211_freebsd.h450 _IEEE80211_POLICY_MODULE(auth, name, version)
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver.h1526 unsigned int auth; member in struct:wpa_driver_capa
2205 * @pmkid: Generated PMKID as part of external auth exchange (e.g., SAE).
4395 * union wpa_event_data::auth.
5190 } auth; member in union:wpa_event_data
/freebsd-11-stable/contrib/wpa/src/wps/
H A Dwps_validate.c926 static int wps_validate_key_wrap_auth(const u8 *auth, int mandatory) argument
928 if (auth == NULL) {
/freebsd-11-stable/contrib/subversion/
H A Dbuild.conf920 [auth-test]
921 description = Test platform-specific auth provider access
924 sources = auth-test.c
1597 auth-test
/freebsd-11-stable/contrib/sendmail/src/
H A Dmain.c175 bool auth = true; /* whether to set e_auth_param */ local
2769 auth = false;
2772 if (auth)
/freebsd-11-stable/crypto/heimdal/etc/
H A DMakefile.in48 $(top_srcdir)/cf/auth-modules.m4 \

Completed in 222 milliseconds

1234567891011>>