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

1234567891011>>

/freebsd-current/contrib/wpa/src/common/
H A Ddpp_auth.c42 static void dpp_auth_success(struct dpp_authentication *auth) argument
46 os_memset(auth->Mx, 0, sizeof(auth->Mx));
47 auth->Mx_len = 0;
48 os_memset(auth->Nx, 0, sizeof(auth->Nx));
49 auth->Nx_len = 0;
50 os_memset(auth->Lx, 0, sizeof(auth->Lx));
51 auth
59 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
233 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
418 dpp_auth_build_resp_ok(struct dpp_authentication *auth) argument
602 dpp_auth_build_resp_status(struct dpp_authentication *auth, enum dpp_status_error status) argument
684 struct dpp_authentication *auth = NULL; local
936 dpp_notify_new_qr_code(struct dpp_authentication *auth, struct dpp_bootstrap_info *peer_bi) argument
956 dpp_auth_build_conf(struct dpp_authentication *auth, enum dpp_status_error status) argument
1134 dpp_autogen_bootstrap_key(struct dpp_authentication *auth) argument
1169 struct dpp_authentication *auth; local
1305 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
1403 dpp_auth_resp_rx(struct dpp_authentication *auth, const u8 *hdr, const u8 *attr_start, size_t attr_len) argument
1743 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
1814 dpp_auth_conf_rx(struct dpp_authentication *auth, const u8 *hdr, const u8 *attr_start, size_t attr_len) argument
[all...]
H A Ddpp_reconfig.c130 static struct wpabuf * dpp_reconfig_build_req(struct dpp_authentication *auth) argument
136 attr_len = 4 + 1 + 4 + 1 + 4 + os_strlen(auth->conf->connector) +
137 4 + auth->curve->nonce_len;
145 wpabuf_put_u8(msg, auth->transaction_id);
154 wpabuf_put_le16(msg, os_strlen(auth->conf->connector));
155 wpabuf_put_str(msg, auth->conf->connector);
159 wpabuf_put_le16(msg, auth->curve->nonce_len);
160 wpabuf_put_data(msg, auth->c_nonce, auth->curve->nonce_len);
227 struct dpp_authentication *auth; local
312 dpp_reconfig_build_resp(struct dpp_authentication *auth, const char *own_connector, struct wpabuf *conn_status) argument
429 struct dpp_authentication *auth = NULL; local
557 dpp_reconfig_build_conf(struct dpp_authentication *auth) argument
648 dpp_reconfig_auth_resp_rx(struct dpp_authentication *auth, const u8 *hdr, const u8 *attr_start, size_t attr_len) argument
833 dpp_reconfig_auth_conf_rx(struct dpp_authentication *auth, const u8 *hdr, const u8 *attr_start, size_t attr_len) argument
[all...]
H A Ddpp.c42 void dpp_auth_fail(struct dpp_authentication *auth, const char *txt) argument
44 wpa_msg(auth->msg_ctx, MSG_INFO, DPP_EVENT_FAIL "%s", txt);
491 static int dpp_channel_intersect(struct dpp_authentication *auth, argument
495 struct dpp_bootstrap_info *peer_bi = auth->peer_bi;
500 if (freq_included(auth->freq, auth->num_freq, freq))
503 auth->freq[auth->num_freq++] = freq;
505 if (!auth->num_freq) {
510 auth
515 dpp_channel_local_list(struct dpp_authentication *auth, struct hostapd_hw_modes *own_modes, u16 num_modes) argument
555 dpp_prepare_channel_list(struct dpp_authentication *auth, unsigned int neg_freq, struct hostapd_hw_modes *own_modes, u16 num_modes) argument
645 struct dpp_authentication *auth; local
657 dpp_build_conf_req_attr(struct dpp_authentication *auth, const char *json) argument
784 dpp_build_conf_req(struct dpp_authentication *auth, const char *json) argument
811 dpp_build_conf_req_helper(struct dpp_authentication *auth, const char *name, enum dpp_netrole netrole, const char *mud_url, int *opclasses) argument
994 dpp_configuration_parse_helper(struct dpp_authentication *auth, const char *cmd, int idx) argument
1137 dpp_configuration_parse(struct dpp_authentication *auth, const char *cmd) argument
1189 dpp_set_configurator(struct dpp_authentication *auth, const char *cmd) argument
1248 dpp_auth_deinit(struct dpp_authentication *auth) argument
1303 dpp_build_conf_start(struct dpp_authentication *auth, struct dpp_configuration *conf, size_t tailroom) argument
1419 dpp_build_conf_obj_dpp(struct dpp_authentication *auth, struct dpp_configuration *conf) argument
1612 dpp_build_conf_obj_legacy(struct dpp_authentication *auth, struct dpp_configuration *conf) argument
1641 dpp_build_conf_obj(struct dpp_authentication *auth, enum dpp_netrole netrole, int idx, bool cert_req) argument
1695 dpp_build_conf_resp(struct dpp_authentication *auth, const u8 *e_nonce, u16 e_nonce_len, enum dpp_netrole netrole, bool cert_req) argument
1886 dpp_conf_req_rx(struct dpp_authentication *auth, const u8 *attr_start, size_t attr_len) argument
2308 dpp_parse_connector(struct dpp_authentication *auth, struct dpp_config_obj *conf, const unsigned char *payload, u16 payload_len) argument
2433 dpp_copy_netaccesskey(struct dpp_authentication *auth, struct dpp_config_obj *conf) argument
2455 dpp_parse_cred_dpp(struct dpp_authentication *auth, struct dpp_config_obj *conf, struct json_token *cred) argument
2550 dpp_parse_cred_dot1x(struct dpp_authentication *auth, struct dpp_config_obj *conf, struct json_token *cred) argument
2708 dpp_parse_conf_obj(struct dpp_authentication *auth, const u8 *conf_obj, u16 conf_obj_len) argument
2856 dpp_conf_resp_rx(struct dpp_authentication *auth, const struct wpabuf *resp) argument
3005 dpp_conf_result_rx(struct dpp_authentication *auth, const u8 *hdr, const u8 *attr_start, size_t attr_len) argument
3087 dpp_build_conf_result(struct dpp_authentication *auth, enum dpp_status_error status) argument
3156 dpp_conn_status_result_rx(struct dpp_authentication *auth, const u8 *hdr, const u8 *attr_start, size_t attr_len, u8 *ssid, size_t *ssid_len, char **channel_list) argument
3303 dpp_build_conn_status_result(struct dpp_authentication *auth, enum dpp_status_error result, const u8 *ssid, size_t ssid_len, const char *channel_list) argument
3475 dpp_configurator_own_config(struct dpp_authentication *auth, const char *curve, int ap) argument
[all...]
H A Ddpp_tcp.c27 struct dpp_authentication *auth; member in struct:dpp_connection
30 int (*process_conf_obj)(void *ctx, struct dpp_authentication *auth);
76 int (*process_conf_obj)(void *ctx, struct dpp_authentication *auth);
104 dpp_auth_deinit(conn->auth);
179 struct dpp_authentication *auth = conn->auth; local
181 if (auth->waiting_csr) {
187 if (auth->peer_version >= 2 &&
188 auth->conf_resp_status == DPP_STATUS_OK) {
190 auth
283 struct dpp_authentication *auth = conn->auth; local
304 struct dpp_authentication *auth = conn->auth; local
684 struct dpp_authentication *auth = conn->auth; local
714 struct dpp_authentication *auth = conn->auth; local
754 struct dpp_authentication *auth = conn->auth; local
794 struct dpp_authentication *auth = conn->auth; local
829 struct dpp_authentication *auth; local
878 struct dpp_authentication *auth; local
936 struct dpp_authentication *auth = conn->auth; local
1111 struct dpp_authentication *auth = conn->auth; local
1168 struct dpp_authentication *auth = conn->auth; local
1208 struct dpp_authentication *auth = conn->auth; local
1228 struct dpp_authentication *auth = conn->auth; local
1278 struct dpp_authentication *auth = conn->auth; local
1562 dpp_tcp_init(struct dpp_global *dpp, struct dpp_authentication *auth, const struct hostapd_ip_addr *addr, int port, const char *name, enum dpp_netrole netrole, void *msg_ctx, void *cb_ctx, int (*process_conf_obj)(void *ctx, struct dpp_authentication *auth)) argument
1729 dpp_tcp_peer_id_match(struct dpp_authentication *auth, unsigned int id) argument
1780 struct dpp_authentication *auth = conn->auth; local
[all...]
/freebsd-current/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-current/sys/contrib/openzfs/contrib/debian/
H A Dopenzfs-libpam-zfs.prerm5 pam-auth-update --package --remove zfs_key
H A Dopenzfs-libpam-zfs.postinst5 pam-auth-update --package
/freebsd-current/include/rpc/
H A Dauth.h1 /* $NetBSD: auth.h,v 1.15 2000/06/02 22:57:55 fvdl Exp $ */
34 * auth.h, Authentication interface.
167 enum_t oa_flavor; /* flavor of auth */
168 caddr_t oa_base; /* address of more auth stuff */
198 * The ops and the auth handle provide the interface to the authenticators.
200 * AUTH *auth;
204 #define AUTH_NEXTVERF(auth) \
205 ((*((auth)->ah_ops->ah_nextverf))(auth))
206 #define auth_nextverf(auth) \
[all...]
/freebsd-current/lib/libc/rpc/
H A Dauth_unix.c58 #include <rpc/auth.h>
82 #define AUTH_PRIVATE(auth) ((struct audata *)auth->ah_private)
86 * Returns an auth handle with the given stuff in it.
95 AUTH *auth; local
99 * Allocate and set up auth handle
102 auth = mem_alloc(sizeof(*auth));
104 if (auth == NULL) {
116 auth
177 AUTH *auth; local
211 authunix_nextverf(AUTH *auth) argument
217 authunix_marshal(AUTH *auth, XDR *xdrs) argument
229 authunix_validate(AUTH *auth, struct opaque_auth *verf) argument
261 authunix_refresh(AUTH *auth, void *dummy) argument
305 authunix_destroy(AUTH *auth) argument
330 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.c47 #include <rpc/auth.h>
60 #define AUTH_PRIVATE(auth) (struct ad_private *) auth->ah_private
151 AUTH *auth; local
158 auth = ALLOC(AUTH);
159 if (auth == NULL) {
205 if (key_gendes(&auth->ah_key) < 0) {
211 auth->ah_key = *ckey;
215 * Set up auth handle
217 auth
267 authdes_marshal(AUTH *auth, XDR *xdrs) argument
359 authdes_validate(AUTH *auth, struct opaque_auth *rverf) argument
418 authdes_refresh(AUTH *auth, void *dummy __unused) argument
458 authdes_destroy(AUTH *auth) argument
[all...]
/freebsd-current/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-current/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-current/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-current/sys/rpc/
H A Dauth_unix.c59 #include <rpc/auth.h>
97 #define AUTH_PRIVATE(auth) ((struct audata *)auth->ah_private)
120 * Returns an auth handle with the given stuff in it.
129 AUTH *auth; local
177 * Allocate and set up auth handle
180 auth = mem_alloc(sizeof(*auth));
182 auth->ah_ops = &authunix_ops;
183 auth
240 authunix_nextverf(AUTH *auth) argument
246 authunix_marshal(AUTH *auth, uint32_t xid, XDR *xdrs, struct mbuf *args) argument
260 authunix_validate(AUTH *auth, uint32_t xid, struct opaque_auth *verf, struct mbuf **mrepp) argument
294 authunix_refresh(AUTH *auth, void *dummy) argument
333 authunix_destroy(AUTH *auth) argument
360 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 $ */
34 * auth.h, Authentication interface.
167 enum_t oa_flavor; /* flavor of auth */
168 caddr_t oa_base; /* address of more auth stuff */
200 * The ops and the auth handle provide the interface to the authenticators.
202 * AUTH *auth;
206 #define AUTH_NEXTVERF(auth) \
207 ((*((auth)->ah_ops->ah_nextverf))(auth))
209 #define AUTH_MARSHALL(auth, xi
[all...]
/freebsd-current/contrib/dma/
H A DMakefile.etc8 .if !exists(${DESTDIR}/etc/dma/auth.conf)
9 FILES+= auth.conf
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/pam/
H A Dutilities.kshlib.in38 auth auth "$pammodule" "$1" \
/freebsd-current/libexec/rc/rc.d/
H A Dpwcheck21 logger -s -p auth.err \
/freebsd-current/sys/dev/drm2/
H A Ddrm_auth.c148 struct drm_auth *auth = data; local
152 auth->magic = file_priv->magic;
158 auth->magic = sequence++;
160 } while (drm_find_file(file_priv->master, auth->magic));
161 file_priv->magic = auth->magic;
162 drm_add_magic(file_priv->master, file_priv, auth->magic);
165 DRM_DEBUG("%u\n", auth->magic);
186 struct drm_auth *auth = data; local
189 DRM_DEBUG("%u\n", auth->magic);
190 if ((file = drm_find_file(file_priv->master, auth
[all...]
/freebsd-current/crypto/heimdal/appl/telnet/libtelnet/
H A DMakefile.am10 auth-proto.h \
11 auth.c \
12 auth.h \
/freebsd-current/secure/usr.sbin/sshd/
H A DMakefile8 SRCS= sshd.c auth-rhosts.c auth-passwd.c \
11 auth.c auth2.c auth-options.c session.c \
13 auth-bsdauth.c auth2-hostbased.c auth2-kbdint.c \
15 monitor.c monitor_wrap.c auth-krb5.c \
17 loginrec.c auth-pam.c auth-shadow.c auth-sia.c \
/freebsd-current/contrib/wpa/wpa_supplicant/
H A Ddpp_supplicant.c55 struct dpp_authentication *auth);
74 struct dpp_authentication *auth = wpa_s->dpp_auth; local
80 if (auth && auth->response_pending &&
81 dpp_notify_new_qr_code(auth, bi) == 1) {
86 MAC2STR(auth->peer_mac_addr), auth->curr_freq,
88 offchannel_send_action(wpa_s, auth->curr_freq,
89 auth->peer_mac_addr, wpa_s->own_addr,
91 wpabuf_head(auth
192 struct dpp_authentication *auth = wpa_s->dpp_auth; local
213 struct dpp_authentication *auth = wpa_s->dpp_auth; local
295 struct dpp_authentication *auth = wpa_s->dpp_auth; local
370 struct dpp_authentication *auth = wpa_s->dpp_auth; local
417 struct dpp_authentication *auth = wpa_s->dpp_auth; local
433 struct dpp_authentication *auth = wpa_s->dpp_auth; local
547 struct dpp_authentication *auth = wpa_s->dpp_auth; local
613 struct dpp_authentication *auth = wpa_s->dpp_auth; local
627 wpas_dpp_set_testing_options(struct wpa_supplicant *wpa_s, struct dpp_authentication *auth) argument
659 struct dpp_authentication *auth = wpa_s->dpp_auth; local
751 struct dpp_authentication *auth; local
1171 wpas_dpp_add_network(struct wpa_supplicant *wpa_s, struct dpp_authentication *auth, struct dpp_config_obj *conf) argument
1382 wpas_dpp_process_config(struct wpa_supplicant *wpa_s, struct dpp_authentication *auth, struct dpp_config_obj *conf) argument
1409 wpas_dpp_post_process_config(struct wpa_supplicant *wpa_s, struct dpp_authentication *auth) argument
1442 wpas_dpp_handle_config_obj(struct wpa_supplicant *wpa_s, struct dpp_authentication *auth, struct dpp_config_obj *conf) argument
1591 struct dpp_authentication *auth = wpa_s->dpp_auth; local
1619 struct dpp_authentication *auth = wpa_s->dpp_auth; local
1727 struct dpp_authentication *auth = wpa_s->dpp_auth; local
1791 struct dpp_authentication *auth = wpa_s->dpp_auth; local
1847 struct dpp_authentication *auth = wpa_s->dpp_auth; local
1881 struct dpp_authentication *auth = wpa_s->dpp_auth; local
1898 struct dpp_authentication *auth = wpa_s->dpp_auth; local
1915 struct dpp_authentication *auth = wpa_s->dpp_auth; local
1981 struct dpp_authentication *auth = wpa_s->dpp_auth; local
2011 wpas_dpp_process_conf_obj(void *ctx, struct dpp_authentication *auth) argument
2048 struct dpp_authentication *auth; local
2108 struct dpp_authentication *auth = wpa_s->dpp_auth; local
2129 struct dpp_authentication *auth; local
2220 struct dpp_authentication *auth; local
2278 struct dpp_authentication *auth = wpa_s->dpp_auth; local
2323 struct dpp_authentication *auth = wpa_s->dpp_auth; local
2967 struct dpp_authentication *auth = wpa_s->dpp_auth; local
3017 struct dpp_authentication *auth = wpa_s->dpp_auth; local
3074 struct dpp_authentication *auth; local
3889 wpas_dpp_build_conf_resp(struct wpa_supplicant *wpa_s, struct dpp_authentication *auth, bool tcp) argument
3920 struct dpp_authentication *auth = wpa_s->dpp_auth; local
[all...]
/freebsd-current/contrib/wpa/src/ap/
H A Ddpp_hostapd.c35 struct dpp_authentication *auth,
51 struct dpp_authentication *auth = hapd->dpp_auth; local
57 if (auth && auth->response_pending &&
58 dpp_notify_new_qr_code(auth, bi) == 1) {
63 MAC2STR(auth->peer_mac_addr), auth->curr_freq,
65 hostapd_drv_send_action(hapd, auth->curr_freq, 0,
66 auth->peer_mac_addr,
166 struct dpp_authentication *auth local
185 struct dpp_authentication *auth = hapd->dpp_auth; local
222 struct dpp_authentication *auth = hapd->dpp_auth; local
326 struct dpp_authentication *auth = hapd->dpp_auth; local
399 struct dpp_authentication *auth = hapd->dpp_auth; local
414 hostapd_dpp_set_testing_options(struct hostapd_data *hapd, struct dpp_authentication *auth) argument
445 struct dpp_authentication *auth = hapd->dpp_auth; local
533 hostapd_dpp_process_conf_obj(void *ctx, struct dpp_authentication *auth) argument
552 struct dpp_authentication *auth; local
804 hostapd_dpp_handle_config_obj(struct hostapd_data *hapd, struct dpp_authentication *auth, struct dpp_config_obj *conf) argument
911 struct dpp_authentication *auth = hapd->dpp_auth; local
994 struct dpp_authentication *auth = hapd->dpp_auth; local
1049 struct dpp_authentication *auth = hapd->dpp_auth; local
1101 struct dpp_authentication *auth = hapd->dpp_auth; local
1133 struct dpp_authentication *auth = hapd->dpp_auth; local
1150 struct dpp_authentication *auth = hapd->dpp_auth; local
1167 struct dpp_authentication *auth = hapd->dpp_auth; local
1219 struct dpp_authentication *auth = hapd->dpp_auth; local
1257 struct dpp_authentication *auth; local
1322 struct dpp_authentication *auth = hapd->dpp_auth; local
1342 struct dpp_authentication *auth; local
1433 struct dpp_authentication *auth = hapd->dpp_auth; local
2024 struct dpp_authentication *auth = hapd->dpp_auth; local
2067 struct dpp_authentication *auth = hapd->dpp_auth; local
2105 struct dpp_authentication *auth; local
[all...]
/freebsd-current/usr.sbin/syslogd/
H A Dsyslog.conf7 *.err;kern.warning;auth.notice;mail.crit /dev/console
10 auth.info;authpriv.info /var/log/auth.log

Completed in 334 milliseconds

1234567891011>>