Searched refs:auth (Results 151 - 175 of 249) sorted by relevance

12345678910

/freebsd-10-stable/contrib/mdocml/
H A Dstyle.css72 span.ref-auth { } /* Reference author (%A). */
H A Dmdoc.h321 enum mdoc_auth auth; /* -split, etc. */ member in struct:mdoc_an
/freebsd-10-stable/contrib/serf/auth/
H A Dauth_digest.c20 #include <auth/auth.h>
132 if (!qop || strcmp(qop, "auth") == 0) {
150 /* TODO: auth-int isn't supported! */
274 algorithm=MD5, qop="auth" */
495 qop=auth */
/freebsd-10-stable/contrib/tcpdump/
H A Dprint-radius.c150 u_int8_t auth[16]; /* Authenticator */ member in struct:radius_hdr
928 printf("%02x", rad->auth[auth_idx] );
/freebsd-10-stable/contrib/wpa/wpa_supplicant/
H A Dwps_supplicant.c1049 settings->ssid_hex, settings->auth,
1488 unsigned int pbc = 0, auth = 0, pin = 0, wps = 0; local
1501 auth++;
1511 else if (auth)
1667 if (settings->ssid_hex == NULL || settings->auth == NULL ||
1684 if (os_strcmp(settings->auth, "OPEN") == 0)
1686 else if (os_strcmp(settings->auth, "WPAPSK") == 0)
1688 else if (os_strcmp(settings->auth, "WPA2PSK") == 0)
H A Dp2p_supplicant.h23 int auth, int go_intent, int freq, int persistent_id,
/freebsd-10-stable/usr.sbin/ppp/
H A Dauth.c65 #include "auth.h"
88 Auth2Nam(u_short auth, u_char type) argument
92 switch (auth) {
422 authp->authtimer.name = "auth";
H A Ddatalink.c72 #include "auth.h"
589 auth_StartReq(&dl->chap.auth);
600 auth_StopTimer(&dl->chap.auth);
770 timer_Stop(&dl->chap.auth.authtimer);
914 dl->chap.auth.cfg = odl->chap.auth.cfg;
1265 "auth",
1369 copy = dl->chap.auth.cfg.fsm;
1371 dl->chap.auth.cfg.fsm = copy;
1397 timer_Stop(&dl->chap.auth
[all...]
H A Dcommand.c85 #include "auth.h"
224 if ((cmd->lauth & arg->prompt->auth) &&
235 if (cmd->name && (cmd->lauth & arg->prompt->auth)) {
247 if (cmd->name && (cmd->lauth & arg->prompt->auth)) {
551 nargv[arg] = subst(nargv[arg], "AUTHNAME", bundle->cfg.auth.name);
845 {"allow", "auth", RunListCommand, LOCAL_AUTH,
1100 else if (cmd && (!prompt || (cmd->lauth & prompt->auth))) {
1274 (arg->prompt->auth & LOCAL_AUTH)))
1678 strncpy(arg->bundle->cfg.auth.key, argp,
1679 sizeof arg->bundle->cfg.auth
[all...]
/freebsd-10-stable/share/examples/
H A DMakefile115 ppp/chap-auth \
116 ppp/login-auth \
/freebsd-10-stable/sys/netinet/
H A Dsctp_output.c3981 struct sctp_auth_chunk *auth,
4048 if ((auth != NULL) && (stcb != NULL)) {
4049 sctp_fill_hmac_digest_m(m, auth_offset, auth, stcb, auth_keyid);
6251 /* adjust for an AUTH chunk if DATA requires auth */
7821 struct sctp_auth_chunk *auth = NULL; local
8107 if ((auth == NULL) &&
8130 if ((auth == NULL) &&
8135 &auth,
8200 outchain, auth_offset, auth,
8240 auth
3975 sctp_lowlevel_chunk_output(struct sctp_inpcb *inp, struct sctp_tcb *stcb, struct sctp_nets *net, struct sockaddr *to, struct mbuf *m, uint32_t auth_offset, struct sctp_auth_chunk *auth, uint16_t auth_keyid, int nofragment_flag, int ecn_ok, int out_of_asoc_ok, uint16_t src_port, uint16_t dest_port, uint32_t v_tag, uint16_t port, union sctp_sockstore *over_addr, uint8_t mflowtype, uint32_t mflowid, int so_locked SCTP_UNUSED ) argument
9414 struct sctp_auth_chunk *auth = NULL; local
10823 struct sctp_auth_chunk *auth = NULL; local
13622 struct sctp_auth_chunk *auth; local
[all...]
H A Dsctp_auth.h212 struct sctp_auth_chunk *auth, struct sctp_tcb *stcb, uint16_t key_id);
/freebsd-10-stable/contrib/wpa/src/eap_common/
H A Dikev2_common.h310 const u8 *auth; member in struct:ikev2_payloads
/freebsd-10-stable/contrib/wpa/src/radius/
H A Dradius.h219 int auth);
/freebsd-10-stable/lib/librpcsec_gss/
H A Dsvc_rpcsec_gss.c1202 svc_rpc_gss_wrap(SVCAUTH *auth, XDR *xdrs, xdrproc_t xdr_func, caddr_t xdr_ptr) argument
1208 client = (struct svc_rpc_gss_client *) auth->svc_ah_private;
1219 svc_rpc_gss_unwrap(SVCAUTH *auth, XDR *xdrs, xdrproc_t xdr_func, caddr_t xdr_ptr) argument
1225 client = (struct svc_rpc_gss_client *) auth->svc_ah_private;
/freebsd-10-stable/sys/contrib/ipfilter/netinet/
H A Dip_rpcb_pxy.c523 /* Returns: int -- -1 == illegal auth parameters (lengths) */
526 /* auth(I) - pointer to RPC auth structure */
529 /* Record auth data length & location of auth data, then advance past */
533 ipf_p_rpcb_skipauth(rm, auth, buf)
535 xdr_auth_t *auth;
542 /* Make sure we have enough space for expected fixed auth parms. */
548 auth->xa_string.xs_len = p;
555 auth
[all...]
/freebsd-10-stable/sys/dev/drm/
H A Ddrm_ioctl.c193 client->auth = pt->authenticated;
/freebsd-10-stable/sys/rpc/
H A Drpc_prot.c58 #include <rpc/auth.h>
75 * (see auth.h)
/freebsd-10-stable/tools/tools/net80211/stumbler/
H A Dstumbler.c605 int cipher, auth; local
625 auth = *ptr;
630 if (auth == WPA_ASE_8021X_PSK)
637 if (auth == WPA_ASE_8021X_PSK)
/freebsd-10-stable/sys/dev/drm2/
H A Ddrm_ioctl.c215 client->auth = pt->authenticated;
/freebsd-10-stable/contrib/ntp/include/
H A Dntp_config.h239 auth_node auth; member in struct:config_tree_tag
/freebsd-10-stable/lib/libc/rpc/
H A Dclnt_perror.c53 #include <rpc/auth.h>
/freebsd-10-stable/crypto/heimdal/lib/krb5/
H A Dget_cred.c445 self.auth = estrdup("Kerberos");
449 free(self.auth);
455 free(self.auth);
470 free(self.auth);
475 free(self.auth);
/freebsd-10-stable/sys/mips/cavium/cryptocteon/
H A Dcavium_crypto.c233 octo_calc_hash(uint8_t auth, unsigned char *key, uint64_t *inner, uint64_t *outer) argument
243 memcpy(hash_key, (uint8_t *) key, (auth ? 20 : 16));
245 if (auth) {
268 if (auth)
275 if (auth) {
281 memcpy(hash_key, (uint8_t *) key, (auth ? 20 : 16));
283 if (auth) {
306 if (auth)
313 if (auth) {
/freebsd-10-stable/sys/dev/usb/wlan/
H A Dif_rsu.c1054 struct r92s_fw_cmd_auth auth; local
1067 memset(&auth, 0, sizeof(auth));
1069 auth.mode = R92S_AUTHMODE_WPA;
1070 auth.dot1x = (ni->ni_authmode == IEEE80211_AUTH_8021X);
1072 auth.mode = R92S_AUTHMODE_OPEN;
1073 DPRINTF("setting auth mode to %d\n", auth.mode);
1074 error = rsu_fw_cmd(sc, R92S_CMD_SET_AUTH, &auth, sizeof(auth));
[all...]

Completed in 392 milliseconds

12345678910