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

1234567891011>>

/freebsd-current/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-current/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-current/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-current/sys/rpc/rpcsec_gss/
H A Drpcsec_gss.c90 static bool_t rpc_gss_init(AUTH *auth, rpc_gss_options_ret_t *options_ret);
146 #define AUTH_PRIVATE(auth) ((struct rpc_gss_data *)auth->ah_private)
196 AUTH *auth; local
256 auth = rpc_gss_seccreate_int(clnt, cred, NULL, principal, mech_oid,
258 if (!auth)
261 gd = AUTH_PRIVATE(auth);
275 AUTH_DESTROY(auth);
286 return (auth);
335 rpc_gss_refresh_auth(AUTH *auth) argument
359 AUTH *auth; local
443 rpc_gss_set_defaults(AUTH *auth, rpc_gss_service_t service, const char *qop) argument
503 rpc_gss_nextverf(__unused AUTH *auth) argument
510 rpc_gss_marshal(AUTH *auth, uint32_t xid, XDR *xdrs, struct mbuf *args) argument
615 rpc_gss_validate(AUTH *auth, uint32_t xid, struct opaque_auth *verf, struct mbuf **resultsp) argument
737 rpc_gss_init(AUTH *auth, rpc_gss_options_ret_t *options_ret) argument
1016 rpc_gss_refresh(AUTH *auth, void *msg) argument
1053 rpc_gss_destroy_context(AUTH *auth, bool_t send_destroy) argument
1111 rpc_gss_destroy(AUTH *auth) argument
1139 rpc_gss_max_data_length(AUTH *auth, int max_tp_unit_len) argument
[all...]
/freebsd-current/usr.sbin/periodic/etc/security/
H A D800.loginfail45 find ${LOG} -name 'auth.log.*' -mtime -2 |
51 [ -f ${LOG}/auth.log ] && cat $LOG/auth.log
60 n=$(catmsgs | egrep -ia "^$yesterday.*: .*\b(fail(ures?|ed)?|invalid|bad|illegal|auth.*error)\b" |
/freebsd-current/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-current/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-current/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-current/contrib/wpa/src/common/
H A Ddpp_i.h24 int (*process_conf_obj)(void *ctx, struct dpp_authentication *auth);
45 int dpp_prepare_channel_list(struct dpp_authentication *auth,
48 void dpp_auth_fail(struct dpp_authentication *auth, const char *txt);
56 struct wpabuf * dpp_build_enveloped_data(struct dpp_authentication *auth);
57 int dpp_conf_resp_env_data(struct dpp_authentication *auth,
103 int dpp_derive_bk_ke(struct dpp_authentication *auth);
104 int dpp_gen_r_auth(struct dpp_authentication *auth, u8 *r_auth);
105 int dpp_gen_i_auth(struct dpp_authentication *auth, u8 *i_auth);
106 int dpp_auth_derive_l_responder(struct dpp_authentication *auth);
107 int dpp_auth_derive_l_initiator(struct dpp_authentication *auth);
[all...]
H A Ddpp.h403 int (*process_conf_obj)(void *ctx, struct dpp_authentication *auth);
540 dpp_auth_resp_rx(struct dpp_authentication *auth, const u8 *hdr,
542 struct wpabuf * dpp_build_conf_req(struct dpp_authentication *auth,
544 struct wpabuf * dpp_build_conf_req_helper(struct dpp_authentication *auth,
548 int dpp_auth_conf_rx(struct dpp_authentication *auth, const u8 *hdr,
550 int dpp_notify_new_qr_code(struct dpp_authentication *auth,
560 int dpp_set_configurator(struct dpp_authentication *auth, const char *cmd);
561 void dpp_auth_deinit(struct dpp_authentication *auth);
563 dpp_build_conf_resp(struct dpp_authentication *auth, const u8 *e_nonce,
567 dpp_conf_req_rx(struct dpp_authentication *auth, cons
[all...]
H A Ddpp_crypto.c423 int dpp_derive_bk_ke(struct dpp_authentication *auth) argument
425 unsigned int hash_len = auth->curve->hash_len;
426 size_t nonce_len = auth->curve->nonce_len;
434 if (!auth->Mx_len || !auth->Nx_len) {
441 os_memcpy(nonces, auth->i_nonce, nonce_len);
442 os_memcpy(&nonces[nonce_len], auth->r_nonce, nonce_len);
443 addr[num_elem] = auth->Mx;
444 len[num_elem] = auth->Mx_len;
446 addr[num_elem] = auth
865 dpp_gen_r_auth(struct dpp_authentication *auth, u8 *r_auth) argument
948 dpp_gen_i_auth(struct dpp_authentication *auth, u8 *i_auth) argument
1035 dpp_auth_derive_l_responder(struct dpp_authentication *auth) argument
1077 dpp_auth_derive_l_initiator(struct dpp_authentication *auth) argument
1658 dpp_reconfig_derive_ke_responder(struct dpp_authentication *auth, const u8 *net_access_key, size_t net_access_key_len, struct json_token *peer_net_access_key) argument
1759 dpp_reconfig_derive_ke_initiator(struct dpp_authentication *auth, const u8 *r_proto, u16 r_proto_len, struct json_token *net_access_key) argument
2053 dpp_build_csr(struct dpp_authentication *auth, const char *name) argument
2123 dpp_validate_csr(struct dpp_authentication *auth, const struct wpabuf *csrbuf) argument
[all...]
/freebsd-current/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-current/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-current/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.c142 static struct auth *
145 struct auth *auth; local
147 auth = calloc(1, sizeof(*auth));
148 if (auth == NULL)
150 auth->a_auth_group = ag;
151 TAILQ_INSERT_TAIL(&ag->ag_auths, auth, a_next);
152 return (auth);
156 auth_delete(struct auth *aut argument
170 const struct auth *auth; local
181 auth_check_secret_length(struct auth *auth) argument
245 struct auth *auth; local
273 struct auth *auth; local
513 struct auth *auth, *auth_tmp; local
[all...]
/freebsd-current/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-current/lib/libpam/pam.d/
H A Dconvert.pl53 next unless m/^(\#*)(\w+)\s+(auth|account|session|password)\s+(\S.*)$/;
77 foreach $type (qw(auth account session password)) {
/freebsd-current/sys/rpc/
H A Dsvc.h233 SVCAUTH xp_auth; /* interface to auth methods */
279 SVCAUTH rq_auth; /* interface to auth methods */
506 #define SVCAUTH_WRAP(auth, mp) \
507 ((auth)->svc_ah_ops->svc_ah_wrap(auth, mp))
508 #define SVCAUTH_UNWRAP(auth, mp) \
509 ((auth)->svc_ah_ops->svc_ah_unwrap(auth, mp))
510 #define SVCAUTH_RELEASE(auth) \
511 ((auth)
[all...]
/freebsd-current/contrib/wpa/wpa_supplicant/
H A Dwpa_priv.c245 struct privsep_cmd_authenticate *auth; local
251 if (len < sizeof(*auth)) {
256 auth = buf;
257 if (sizeof(*auth) + auth->ie_len + auth->auth_data_len > len) {
263 params.freq = auth->freq;
264 params.bssid = auth->bssid;
265 params.ssid = auth->ssid;
266 if (auth
894 struct privsep_event_auth *auth; local
[all...]
/freebsd-current/stand/libsa/
H A Drpc.c60 int32_t authtype; /* auth type */
61 uint32_t authlen; /* auth length */
110 struct auth_info *auth; local
138 send_head -= sizeof(*auth);
139 auth = (struct auth_info *)send_head;
140 auth->authtype = htonl(RPCAUTH_NULL);
141 auth->authlen = 0;
143 /* Auth credentials: always auth unix (as root) */
146 send_head -= sizeof(*auth);
147 auth
[all...]
/freebsd-current/crypto/openssh/regress/
H A Dtry-ciphers.sh22 if ${SSH} -Q cipher-auth | grep "^${c}\$" >/dev/null 2>&1 ; then
/freebsd-current/crypto/openssh/
H A Dxmss_fast.h47 unsigned char *auth; member in struct:__anon6872
58 void xmss_set_bds_state(bds_state *state, unsigned char *stack, int stackoffset, unsigned char *stacklevels, unsigned char *auth, unsigned char *keep, treehash_inst *treehash, unsigned char *retain, int next_leaf);
/freebsd-current/contrib/unbound/testdata/root_zonemd.tdir/
H A Droot_zonemd.conf27 auth-zone:
/freebsd-current/contrib/unbound/testdata/rpz_reload.tdir/
H A Drpz_reload.conf27 auth-zone:

Completed in 304 milliseconds

1234567891011>>