Searched refs:auth (Results 26 - 50 of 249) sorted by relevance

12345678910

/freebsd-10-stable/sys/dev/drm2/
H A Ddrm_auth.c150 struct drm_auth *auth = data; local
154 auth->magic = file_priv->magic;
160 auth->magic = sequence++;
162 } while (drm_find_file(file_priv->master, auth->magic));
163 file_priv->magic = auth->magic;
164 drm_add_magic(file_priv->master, file_priv, auth->magic);
167 DRM_DEBUG("%u\n", auth->magic);
188 struct drm_auth *auth = data; local
191 DRM_DEBUG("%u\n", auth->magic);
192 if ((file = drm_find_file(file_priv->master, auth
[all...]
/freebsd-10-stable/lib/librpcsec_gss/
H A Drpcsec_gss.c79 static bool_t rpc_gss_init(AUTH *auth, rpc_gss_options_ret_t *options_ret);
115 #define AUTH_PRIVATE(auth) ((struct rpc_gss_data *)auth->ah_private)
124 AUTH *auth, *save_auth; local
164 auth = mem_alloc(sizeof(*auth));
165 if (auth == NULL) {
174 free(auth);
178 auth->ah_ops = &rpc_gss_ops;
179 auth
228 rpc_gss_set_defaults(AUTH *auth, rpc_gss_service_t service, const char *qop) argument
253 rpc_gss_nextverf(__unused AUTH *auth) argument
260 rpc_gss_marshal(__unused AUTH *auth, __unused XDR *xdrs) argument
268 rpc_gss_validate(AUTH *auth, struct opaque_auth *verf) argument
321 rpc_gss_init(AUTH *auth, rpc_gss_options_ret_t *options_ret) argument
488 rpc_gss_refresh(AUTH *auth, void *msg) argument
511 rpc_gss_destroy_context(AUTH *auth, bool_t send_destroy) argument
542 rpc_gss_destroy(AUTH *auth) argument
564 __rpc_gss_wrap(AUTH *auth, void *header, size_t headerlen, XDR* xdrs, xdrproc_t xdr_args, void *args_ptr) argument
663 __rpc_gss_unwrap(AUTH *auth, XDR *xdrs, xdrproc_t xdr_func, void *xdr_ptr) argument
681 rpc_gss_max_data_length(AUTH *auth, int max_tp_unit_len) argument
[all...]
/freebsd-10-stable/crypto/openssh/contrib/aix/
H A Dpam.conf7 sshd auth required /usr/lib/security/pam_aix
8 OTHER auth required /usr/lib/security/pam_aix
/freebsd-10-stable/usr.sbin/ppp/
H A Dchap.c64 #include "auth.h"
221 /* Generate AUTHRESPONSE to verify on auth success */
320 chap->auth.physical->dl->bundle, 0, pid);
330 write(in[1], chap->auth.in.name, strlen(chap->auth.in.name));
376 ans = chap_BuildAnswer(name, key, chap->auth.id, chap->challenge.peer
383 ChapOutput(chap->auth.physical, CHAP_RESPONSE, chap->auth.id,
391 ChapOutput(chap->auth.physical, CHAP_FAILURE, chap->auth
[all...]
H A Dchap.h49 struct authinfo auth; member in struct:chap
64 ((struct chap *)((char *)a - (uintptr_t)&((struct chap *)0)->auth))
/freebsd-10-stable/usr.bin/csup/
H A Dauth.c43 #include "auth.h"
98 struct srvrecord auth; local
122 error = auth_lookuprecord(realm, &auth);
125 client = auth.client;
126 auth_makesecret(&auth, shrdsecret);
165 auth_lookuprecord(char *server, struct srvrecord *auth) argument
187 error = auth_parsetoken(&line, auth->server,
188 sizeof(auth->server));
194 if (strcasecmp(auth->server, server) != 0)
196 error = auth_parsetoken(&line, auth
236 auth_makesecret(struct srvrecord *auth, char *secret) argument
[all...]
/freebsd-10-stable/usr.sbin/ctld/
H A Dtoken.l51 auth-group { return AUTH_GROUP; }
52 auth-type { return AUTH_TYPE; }
61 discovery-auth-group { return DISCOVERY_AUTH_GROUP; }
H A Dctld.c137 static struct auth *
140 struct auth *auth; local
142 auth = calloc(1, sizeof(*auth));
143 if (auth == NULL)
145 auth->a_auth_group = ag;
146 TAILQ_INSERT_TAIL(&ag->ag_auths, auth, a_next);
147 return (auth);
151 auth_delete(struct auth *aut argument
165 const struct auth *auth; local
176 auth_check_secret_length(struct auth *auth) argument
240 struct auth *auth; local
268 struct auth *auth; local
508 struct auth *auth, *auth_tmp; local
[all...]
/freebsd-10-stable/sys/rpc/rpcsec_gss/
H A Drpcsec_gss.c91 static bool_t rpc_gss_init(AUTH *auth, rpc_gss_options_ret_t *options_ret);
147 #define AUTH_PRIVATE(auth) ((struct rpc_gss_data *)auth->ah_private)
197 AUTH *auth; local
257 auth = rpc_gss_seccreate_int(clnt, cred, NULL, principal, mech_oid,
259 if (!auth)
262 gd = AUTH_PRIVATE(auth);
276 AUTH_DESTROY(auth);
287 return (auth);
336 rpc_gss_refresh_auth(AUTH *auth) argument
360 AUTH *auth; local
444 rpc_gss_set_defaults(AUTH *auth, rpc_gss_service_t service, const char *qop) argument
504 rpc_gss_nextverf(__unused AUTH *auth) argument
511 rpc_gss_marshal(AUTH *auth, uint32_t xid, XDR *xdrs, struct mbuf *args) argument
616 rpc_gss_validate(AUTH *auth, uint32_t xid, struct opaque_auth *verf, struct mbuf **resultsp) argument
738 rpc_gss_init(AUTH *auth, rpc_gss_options_ret_t *options_ret) argument
1017 rpc_gss_refresh(AUTH *auth, void *msg) argument
1054 rpc_gss_destroy_context(AUTH *auth, bool_t send_destroy) argument
1112 rpc_gss_destroy(AUTH *auth) argument
1140 rpc_gss_max_data_length(AUTH *auth, int max_tp_unit_len) argument
[all...]
/freebsd-10-stable/etc/periodic/security/
H A D800.loginfail49 find ${LOG} -name 'auth.log.*' -mtime -2 |
58 [ -f ${LOG}/auth.log ] && cat $LOG/auth.log
67 n=$(catmsgs | egrep -ia "^$yesterday.*: .*\b(fail(ures?|ed)?|invalid|bad|illegal|auth.*error)\b" |
/freebsd-10-stable/libexec/bootpd/
H A Dsyslog.conf15 #*.err;kern.debug;auth.notice;user.none /dev/console
16 kern.debug;user,mail.crit;auth.notice /dev/console
19 #*.err;kern.debug;daemon,auth.notice;mail.crit;user.none /var/adm/messages
20 kern.debug;user,mail.crit;auth.notice /var/adm/messages
37 #auth.notice ifdef(`LOGHOST', /var/log/authlog, @loghost)
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/nfs/
H A Dtst.call.c56 AUTH *auth; local
76 auth = authsys_create_default();
77 client->cl_auth = auth;
/freebsd-10-stable/crypto/heimdal/appl/ftp/ftp/
H A Dsecurity.h51 int (*auth)(void *, char*); member in struct:sec_client_mech
69 int (*auth)(void *); member in struct:sec_server_mech
117 void auth (char *);
/freebsd-10-stable/lib/libstand/
H A Drpc.c65 int32_t authtype; /* auth type */
66 u_int32_t authlen; /* auth length */
115 struct auth_info *auth; local
143 send_head -= sizeof(*auth);
144 auth = (struct auth_info *)send_head;
145 auth->authtype = htonl(RPCAUTH_NULL);
146 auth->authlen = 0;
149 /* Auth credentials: always auth unix (as root) */
152 send_head -= sizeof(*auth);
153 auth
[all...]
/freebsd-10-stable/contrib/wpa/src/crypto/
H A Daes-ccm.c117 static void aes_ccm_encr_auth(void *aes, size_t M, u8 *x, u8 *a, u8 *auth) argument
127 auth[i] = x[i] ^ tmp[i];
128 wpa_hexdump_key(MSG_EXCESSIVE, "CCM U", auth, M);
132 static void aes_ccm_decr_auth(void *aes, size_t M, u8 *a, const u8 *auth, u8 *t) argument
137 wpa_hexdump_key(MSG_EXCESSIVE, "CCM U", auth, M);
142 t[i] = auth[i] ^ tmp[i];
150 const u8 *aad, size_t aad_len, u8 *crypt, u8 *auth)
169 aes_ccm_encr_auth(aes, M, x, a, auth);
180 const u8 *aad, size_t aad_len, const u8 *auth, u8 *plain)
196 aes_ccm_decr_auth(aes, M, a, auth,
148 aes_ccm_ae(const u8 *key, size_t key_len, const u8 *nonce, size_t M, const u8 *plain, size_t plain_len, const u8 *aad, size_t aad_len, u8 *crypt, u8 *auth) argument
178 aes_ccm_ad(const u8 *key, size_t key_len, const u8 *nonce, size_t M, const u8 *crypt, size_t crypt_len, const u8 *aad, size_t aad_len, const u8 *auth, u8 *plain) argument
[all...]
/freebsd-10-stable/crypto/heimdal/lib/krb5/
H A Dreplay.c181 checksum_authenticator(Authenticator *auth, void *data) argument
188 EVP_DigestUpdate(m, auth->crealm, strlen(auth->crealm));
189 for(i = 0; i < auth->cname.name_string.len; i++)
190 EVP_DigestUpdate(m, auth->cname.name_string.val[i],
191 strlen(auth->cname.name_string.val[i]));
192 EVP_DigestUpdate(m, &auth->ctime, sizeof(auth->ctime));
193 EVP_DigestUpdate(m, &auth->cusec, sizeof(auth
[all...]
/freebsd-10-stable/contrib/netbsd-tests/rump/rumpkern/h_client/
H A Dh_forkcli.c121 uint32_t *auth; local
128 auth = (void *)rf;
129 *(auth+3) = *(auth+3) ^ 0x1;
/freebsd-10-stable/etc/pam.d/
H A Dconvert.pl52 next unless m/^(\#*)(\w+)\s+(auth|account|session|password)\s+(\S.*)$/;
76 foreach $type (qw(auth account session password)) {
/freebsd-10-stable/sys/rpc/
H A Dsvc.h220 SVCAUTH xp_auth; /* interface to auth methods */
266 SVCAUTH rq_auth; /* interface to auth methods */
493 #define SVCAUTH_WRAP(auth, mp) \
494 ((auth)->svc_ah_ops->svc_ah_wrap(auth, mp))
495 #define SVCAUTH_UNWRAP(auth, mp) \
496 ((auth)->svc_ah_ops->svc_ah_unwrap(auth, mp))
497 #define SVCAUTH_RELEASE(auth) \
498 ((auth)
[all...]
H A Dsvc_auth.c113 * A set of null auth methods used by any authentication protocols
117 svcauth_null_wrap(SVCAUTH *auth, struct mbuf **mp) argument
124 svcauth_null_unwrap(SVCAUTH *auth, struct mbuf **mp) argument
131 svcauth_null_release(SVCAUTH *auth) argument
/freebsd-10-stable/etc/
H A Dhosts.allow90 : severity auth.info \
/freebsd-10-stable/usr.bin/svn/lib/libserf/
H A DMakefile8 SRCS= aggregate_buckets.c allocator.c auth.c auth_basic.c \
19 .PATH: ${SERF}/buckets ${SERF}/auth ${SERF}
/freebsd-10-stable/include/rpc/
H A Drpcsec_gss.h146 bool_t rpc_gss_set_defaults(AUTH *auth, rpc_gss_service_t service,
171 bool_t __rpc_gss_wrap(AUTH *auth, void *header, size_t headerlen,
173 bool_t __rpc_gss_unwrap(AUTH *auth, XDR* xdrs, xdrproc_t xdr_args,
/freebsd-10-stable/contrib/wpa/wpa_supplicant/
H A Dibss_rsn.h25 struct wpa_state_machine *auth; member in struct:ibss_rsn_peer
/freebsd-10-stable/lib/libc/rpc/
H A Dauthunix_prot.c50 #include <rpc/auth.h>

Completed in 352 milliseconds

12345678910