Searched refs:auth (Results 1 - 25 of 306) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/libpcap/
H A Dpcap-rpcap.h41 int read_timeout, struct pcap_rmtauth *auth, char *errbuf);
47 struct pcap_rmtauth *auth, pcap_if_t **alldevs, char *errbuf);
/freebsd-11-stable/include/rpc/
H A Dauth.h1 /* $NetBSD: auth.h,v 1.15 2000/06/02 22:57:55 fvdl Exp $ */
30 * from: @(#)auth.h 1.17 88/02/08 SMI
31 * from: @(#)auth.h 2.3 88/08/07 4.0 RPCSRC
32 * from: @(#)auth.h 1.43 98/02/02 SMI
37 * auth.h, Authentication interface.
170 enum_t oa_flavor; /* flavor of auth */
171 caddr_t oa_base; /* address of more auth stuff */
201 * The ops and the auth handle provide the interface to the authenticators.
203 * AUTH *auth;
207 #define AUTH_NEXTVERF(auth) \
[all...]
/freebsd-11-stable/lib/libc/rpc/
H A Dauth_unix.c63 #include <rpc/auth.h>
87 #define AUTH_PRIVATE(auth) ((struct audata *)auth->ah_private)
91 * Returns an auth handle with the given stuff in it.
100 AUTH *auth; local
104 * Allocate and set up auth handle
107 auth = mem_alloc(sizeof(*auth));
109 if (auth == NULL) {
121 auth
182 AUTH *auth; local
216 authunix_nextverf(AUTH *auth) argument
222 authunix_marshal(AUTH *auth, XDR *xdrs) argument
234 authunix_validate(AUTH *auth, struct opaque_auth *verf) argument
266 authunix_refresh(AUTH *auth, void *dummy) argument
310 authunix_destroy(AUTH *auth) argument
335 marshal_new_auth(AUTH *auth) argument
[all...]
H A Drpcsec_gss_stub.c33 __rpc_gss_wrap_stub(AUTH *auth, void *header, size_t headerlen, XDR* xdrs, argument
41 __rpc_gss_unwrap_stub(AUTH *auth, XDR* xdrs, xdrproc_t xdr_args, void *args_ptr) argument
H A Dauth_des.c46 #include <rpc/auth.h>
65 #define AUTH_PRIVATE(auth) (struct ad_private *) auth->ah_private
156 AUTH *auth; local
163 auth = ALLOC(AUTH);
164 if (auth == NULL) {
210 if (key_gendes(&auth->ah_key) < 0) {
216 auth->ah_key = *ckey;
220 * Set up auth handle
222 auth
272 authdes_marshal(AUTH *auth, XDR *xdrs) argument
364 authdes_validate(AUTH *auth, struct opaque_auth *rverf) argument
423 authdes_refresh(AUTH *auth, void *dummy __unused) argument
463 authdes_destroy(AUTH *auth) argument
[all...]
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dbuild_auth.c113 Authenticator auth; local
120 memset(&auth, 0, sizeof(auth));
122 auth.authenticator_vno = 5;
123 copy_Realm(&cred->client->realm, &auth.crealm);
124 copy_PrincipalName(&cred->client->name, &auth.cname);
126 krb5_us_timeofday (context, &auth.ctime, &auth.cusec);
128 ret = krb5_auth_con_getlocalsubkey(context, auth_context, &auth.subkey);
137 ALLOC(auth
[all...]
/freebsd-11-stable/contrib/ntp/ntpq/
H A Dlibntpq_subs.c43 int auth,
49 return doquerylist((struct varlist *)vlist, op, associd, auth,
39 ntpq_doquerylist( struct ntpq_varlist *vlist, int op, associd_t associd, int auth, u_short *rstatus, size_t *dsize, const char **datap ) argument
/freebsd-11-stable/tools/regression/iscsi/
H A Dctl.conf0 auth-group meh {
7 discovery-auth-group no-authentication
11 auth-group no-authentication
24 auth-group meh
/freebsd-11-stable/sys/rpc/
H A Dauth_unix.c63 #include <rpc/auth.h>
101 #define AUTH_PRIVATE(auth) ((struct audata *)auth->ah_private)
124 * Returns an auth handle with the given stuff in it.
133 AUTH *auth; local
181 * Allocate and set up auth handle
184 auth = mem_alloc(sizeof(*auth));
186 auth->ah_ops = &authunix_ops;
187 auth
244 authunix_nextverf(AUTH *auth) argument
250 authunix_marshal(AUTH *auth, uint32_t xid, XDR *xdrs, struct mbuf *args) argument
264 authunix_validate(AUTH *auth, uint32_t xid, struct opaque_auth *verf, struct mbuf **mrepp) argument
298 authunix_refresh(AUTH *auth, void *dummy) argument
337 authunix_destroy(AUTH *auth) argument
364 marshal_new_auth(AUTH *auth) argument
[all...]
H A Dauth.h1 /* $NetBSD: auth.h,v 1.15 2000/06/02 22:57:55 fvdl Exp $ */
30 * from: @(#)auth.h 1.17 88/02/08 SMI
31 * from: @(#)auth.h 2.3 88/08/07 4.0 RPCSRC
32 * from: @(#)auth.h 1.43 98/02/02 SMI
37 * auth.h, Authentication interface.
170 enum_t oa_flavor; /* flavor of auth */
171 caddr_t oa_base; /* address of more auth stuff */
203 * The ops and the auth handle provide the interface to the authenticators.
205 * AUTH *auth;
209 #define AUTH_NEXTVERF(auth) \
[all...]
/freebsd-11-stable/contrib/dma/
H A DMakefile.etc8 .if !exists(${DESTDIR}/etc/dma/auth.conf)
9 FILES+= auth.conf
/freebsd-11-stable/etc/rc.d/
H A Dpwcheck22 logger -s -p auth.err \
/freebsd-11-stable/crypto/heimdal/appl/telnet/libtelnet/
H A DMakefile.am10 auth-proto.h \
11 auth.c \
12 auth.h \
/freebsd-11-stable/secure/usr.sbin/sshd/
H A DMakefile6 SRCS= sshd.c auth-rhosts.c auth-passwd.c \
9 auth.c auth2.c auth-options.c session.c \
11 auth-skey.c auth-bsdauth.c auth2-hostbased.c auth2-kbdint.c \
13 monitor.c monitor_wrap.c auth-krb5.c \
15 loginrec.c auth-pam.c auth-shadow.c auth
[all...]
/freebsd-11-stable/contrib/wpa/src/ap/
H A Ddpp_hostapd.c41 struct dpp_authentication *auth = hapd->dpp_auth; local
47 if (auth && auth->response_pending &&
48 dpp_notify_new_qr_code(auth, bi) == 1) {
53 MAC2STR(auth->peer_mac_addr), auth->curr_freq,
55 hostapd_drv_send_action(hapd, auth->curr_freq, 0,
56 auth->peer_mac_addr,
69 struct dpp_authentication *auth = hapd->dpp_auth; local
71 if (!auth || !aut
88 struct dpp_authentication *auth = hapd->dpp_auth; local
125 struct dpp_authentication *auth = hapd->dpp_auth; local
212 struct dpp_authentication *auth = hapd->dpp_auth; local
281 hostapd_dpp_set_testing_options(struct hostapd_data *hapd, struct dpp_authentication *auth) argument
312 struct dpp_authentication *auth = hapd->dpp_auth; local
609 hostapd_dpp_handle_config_obj(struct hostapd_data *hapd, struct dpp_authentication *auth) argument
687 struct dpp_authentication *auth = hapd->dpp_auth; local
766 struct dpp_authentication *auth = hapd->dpp_auth; local
828 struct dpp_authentication *auth = hapd->dpp_auth; local
880 struct dpp_authentication *auth = hapd->dpp_auth; local
912 struct dpp_authentication *auth = hapd->dpp_auth; local
928 struct dpp_authentication *auth = hapd->dpp_auth; local
1431 struct dpp_authentication *auth = hapd->dpp_auth; local
1461 struct dpp_authentication *auth = hapd->dpp_auth; local
1496 struct dpp_authentication *auth; local
[all...]
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Ddpp_supplicant.c65 struct dpp_authentication *auth = wpa_s->dpp_auth; local
71 if (auth && auth->response_pending &&
72 dpp_notify_new_qr_code(auth, bi) == 1) {
77 MAC2STR(auth->peer_mac_addr), auth->curr_freq,
79 offchannel_send_action(wpa_s, auth->curr_freq,
80 auth->peer_mac_addr, wpa_s->own_addr,
82 wpabuf_head(auth->resp_msg),
83 wpabuf_len(auth
94 struct dpp_authentication *auth = wpa_s->dpp_auth; local
115 struct dpp_authentication *auth = wpa_s->dpp_auth; local
167 struct dpp_authentication *auth = wpa_s->dpp_auth; local
252 struct dpp_authentication *auth = wpa_s->dpp_auth; local
315 wpas_dpp_set_testing_options(struct wpa_supplicant *wpa_s, struct dpp_authentication *auth) argument
347 struct dpp_authentication *auth = wpa_s->dpp_auth; local
437 struct dpp_authentication *auth; local
811 wpas_dpp_add_network(struct wpa_supplicant *wpa_s, struct dpp_authentication *auth) argument
910 wpas_dpp_process_config(struct wpa_supplicant *wpa_s, struct dpp_authentication *auth) argument
949 wpas_dpp_handle_config_obj(struct wpa_supplicant *wpa_s, struct dpp_authentication *auth) argument
1013 struct dpp_authentication *auth = wpa_s->dpp_auth; local
1100 struct dpp_authentication *auth = wpa_s->dpp_auth; local
1172 struct dpp_authentication *auth = wpa_s->dpp_auth; local
1228 struct dpp_authentication *auth = wpa_s->dpp_auth; local
1260 struct dpp_authentication *auth = wpa_s->dpp_auth; local
1276 struct dpp_authentication *auth = wpa_s->dpp_auth; local
1308 wpas_dpp_process_conf_obj(void *ctx, struct dpp_authentication *auth) argument
1876 struct dpp_authentication *auth = wpa_s->dpp_auth; local
1915 struct dpp_authentication *auth = wpa_s->dpp_auth; local
1962 struct dpp_authentication *auth; local
[all...]
/freebsd-11-stable/sys/dev/drm/
H A Ddrm_auth.c143 struct drm_auth *auth = data; local
147 auth->magic = file_priv->magic;
153 auth->magic = old+1;
155 if (!atomic_cmpset_int(&sequence, old, auth->magic))
157 } while (drm_find_file(dev, auth->magic));
158 file_priv->magic = auth->magic;
159 drm_add_magic(dev, file_priv, auth->magic);
163 DRM_DEBUG("%u\n", auth->magic);
174 struct drm_auth *auth = data; local
177 DRM_DEBUG("%u\n", auth
[all...]
/freebsd-11-stable/etc/
H A Dsyslog.conf8 *.err;kern.warning;auth.notice;mail.crit /dev/console
11 auth.info;authpriv.info /var/log/auth.log
/freebsd-11-stable/contrib/wpa/src/common/
H A Ddpp.c81 struct dpp_authentication *auth; member in struct:dpp_connection
130 int (*process_conf_obj)(void *ctx, struct dpp_authentication *auth);
698 static void dpp_auth_fail(struct dpp_authentication *auth, const char *txt) argument
700 wpa_msg(auth->msg_ctx, MSG_INFO, DPP_EVENT_FAIL "%s", txt);
1576 static int dpp_derive_ke(struct dpp_authentication *auth, u8 *ke, argument
1588 if (!auth->Mx_len || !auth->Nx_len) {
1597 nonce_len = auth->curve->nonce_len;
1598 os_memcpy(nonces, auth->i_nonce, nonce_len);
1599 os_memcpy(&nonces[nonce_len], auth
1669 dpp_auth_build_req(struct dpp_authentication *auth, const struct wpabuf *pi, size_t nonce_len, const u8 *r_pubkey_hash, const u8 *i_pubkey_hash, unsigned int neg_freq) argument
1841 dpp_auth_build_resp(struct dpp_authentication *auth, enum dpp_status_error status, const struct wpabuf *pr, size_t nonce_len, const u8 *r_pubkey_hash, const u8 *i_pubkey_hash, const u8 *r_nonce, const u8 *i_nonce, const u8 *wrapped_r_auth, size_t wrapped_r_auth_len, const u8 *siv_key) argument
2077 dpp_channel_intersect(struct dpp_authentication *auth, struct hostapd_hw_modes *own_modes, u16 num_modes) argument
2101 dpp_channel_local_list(struct dpp_authentication *auth, struct hostapd_hw_modes *own_modes, u16 num_modes) argument
2141 dpp_prepare_channel_list(struct dpp_authentication *auth, struct hostapd_hw_modes *own_modes, u16 num_modes) argument
2181 dpp_autogen_bootstrap_key(struct dpp_authentication *auth) argument
2228 struct dpp_authentication *auth; local
2361 dpp_build_conf_req_attr(struct dpp_authentication *auth, const char *json) argument
2488 dpp_build_conf_req(struct dpp_authentication *auth, const char *json) argument
2515 dpp_auth_success(struct dpp_authentication *auth) argument
2532 dpp_gen_r_auth(struct dpp_authentication *auth, u8 *r_auth) argument
2611 dpp_gen_i_auth(struct dpp_authentication *auth, u8 *i_auth) argument
2694 dpp_auth_derive_l_responder(struct dpp_authentication *auth) argument
2761 dpp_auth_derive_l_initiator(struct dpp_authentication *auth) argument
2822 dpp_auth_build_resp_ok(struct dpp_authentication *auth) argument
3006 dpp_auth_build_resp_status(struct dpp_authentication *auth, enum dpp_status_error status) argument
3089 struct dpp_authentication *auth = NULL; local
3340 dpp_notify_new_qr_code(struct dpp_authentication *auth, struct dpp_bootstrap_info *peer_bi) argument
3360 dpp_auth_build_conf(struct dpp_authentication *auth, enum dpp_status_error status) argument
3539 dpp_auth_resp_rx_status(struct dpp_authentication *auth, const u8 *hdr, const u8 *attr_start, size_t attr_len, const u8 *wrapped_data, u16 wrapped_data_len, enum dpp_status_error status) argument
3637 dpp_auth_resp_rx(struct dpp_authentication *auth, const u8 *hdr, const u8 *attr_start, size_t attr_len) argument
3969 dpp_auth_conf_rx_failure(struct dpp_authentication *auth, const u8 *hdr, const u8 *attr_start, size_t attr_len, const u8 *wrapped_data, u16 wrapped_data_len, enum dpp_status_error status) argument
4040 dpp_auth_conf_rx(struct dpp_authentication *auth, const u8 *hdr, const u8 *attr_start, size_t attr_len) argument
4302 dpp_configuration_parse(struct dpp_authentication *auth, const char *cmd) argument
4427 dpp_set_configurator(struct dpp_global *dpp, void *msg_ctx, struct dpp_authentication *auth, const char *cmd) argument
4458 dpp_auth_deinit(struct dpp_authentication *auth) argument
4483 dpp_build_conf_start(struct dpp_authentication *auth, struct dpp_configuration *conf, size_t tailroom) argument
4583 dpp_build_conf_obj_dpp(struct dpp_authentication *auth, int ap, struct dpp_configuration *conf) argument
4797 dpp_build_conf_obj_legacy(struct dpp_authentication *auth, int ap, struct dpp_configuration *conf) argument
4818 dpp_build_conf_obj(struct dpp_authentication *auth, int ap) argument
4845 dpp_build_conf_resp(struct dpp_authentication *auth, const u8 *e_nonce, u16 e_nonce_len, int ap) argument
4974 dpp_conf_req_rx(struct dpp_authentication *auth, const u8 *attr_start, size_t attr_len) argument
5180 dpp_parse_cred_legacy(struct dpp_authentication *auth, struct json_token *cred) argument
5385 dpp_parse_connector(struct dpp_authentication *auth, const unsigned char *payload, u16 payload_len) argument
5513 dpp_copy_csign(struct dpp_authentication *auth, EVP_PKEY *csign) argument
5527 dpp_copy_netaccesskey(struct dpp_authentication *auth) argument
5720 dpp_parse_cred_dpp(struct dpp_authentication *auth, struct json_token *cred) argument
5832 dpp_parse_conf_obj(struct dpp_authentication *auth, const u8 *conf_obj, u16 conf_obj_len) argument
5912 dpp_conf_resp_rx(struct dpp_authentication *auth, const struct wpabuf *resp) argument
6013 dpp_conf_result_rx(struct dpp_authentication *auth, const u8 *hdr, const u8 *attr_start, size_t attr_len) argument
6096 dpp_build_conf_result(struct dpp_authentication *auth, enum dpp_status_error status) argument
6249 dpp_configurator_own_config(struct dpp_authentication *auth, const char *curve, int ap) argument
8880 struct dpp_authentication *auth = conn->auth; local
8952 struct dpp_authentication *auth = conn->auth; local
9004 struct dpp_authentication *auth = conn->auth; local
9385 struct dpp_authentication *auth = conn->auth; local
9435 struct dpp_authentication *auth = conn->auth; local
9459 struct dpp_authentication *auth = conn->auth; local
9548 struct dpp_authentication *auth = conn->auth; local
9623 struct dpp_authentication *auth = conn->auth; local
9908 dpp_tcp_init(struct dpp_global *dpp, struct dpp_authentication *auth, const struct hostapd_ip_addr *addr, int port) argument
[all...]
/freebsd-11-stable/release/picobsd/mfs_tree/etc/
H A Dlogin.conf10 auth-defaults:\
11 :auth=passwd:
13 auth-root-defaults:\
14 :auth-login=passwd:\
15 :auth-rlogin=passwd:\
17 auth-ftp-defaults:\
18 :auth=passwd:
37 :tc=auth-defaults:
95 :tc=auth-root-defaults:\
/freebsd-11-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-11-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-11-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-11-stable/usr.sbin/ppp/
H A Dchap.c66 #include "auth.h"
223 /* Generate AUTHRESPONSE to verify on auth success */
322 chap->auth.physical->dl->bundle, 0, pid);
332 write(in[1], chap->auth.in.name, strlen(chap->auth.in.name));
378 ans = chap_BuildAnswer(name, key, chap->auth.id, chap->challenge.peer
385 ChapOutput(chap->auth.physical, CHAP_RESPONSE, chap->auth.id,
393 ChapOutput(chap->auth.physical, CHAP_FAILURE, chap->auth
[all...]
/freebsd-11-stable/usr.sbin/ctld/
H A Dtoken.l54 auth-group { return AUTH_GROUP; }
55 auth-type { return AUTH_TYPE; }
64 discovery-auth-group { return DISCOVERY_AUTH_GROUP; }

Completed in 202 milliseconds

1234567891011>>