Home
last modified time | relevance | path

Searched defs:auth (Results 1 – 25 of 140) sorted by relevance

123456

/freebsd/lib/libc/rpc/
H A Dauth_unix.c82 #define AUTH_PRIVATE(auth) ((struct audata *)auth->ah_private) argument
95 AUTH *auth; in authunix_create() local
177 AUTH *auth; in authunix_create_default() local
211 authunix_nextverf(AUTH *auth) in authunix_nextverf()
217 authunix_marshal(AUTH *auth, XDR *xdrs) in authunix_marshal()
229 authunix_validate(AUTH *auth, struct opaque_auth *verf) in authunix_validate()
261 authunix_refresh(AUTH *auth, void *dummy) in authunix_refresh()
305 authunix_destroy(AUTH *auth) in authunix_destroy()
330 marshal_new_auth(AUTH *auth) in marshal_new_auth()
H A Dauth_des.c60 #define AUTH_PRIVATE(auth) (struct ad_private *) auth->ah_private argument
151 AUTH *auth; in authdes_pk_seccreate() local
267 authdes_marshal(AUTH *auth, XDR *xdrs) in authdes_marshal()
359 authdes_validate(AUTH *auth, struct opaque_auth *rverf) in authdes_validate()
418 authdes_refresh(AUTH *auth, void *dummy __unused) in authdes_refresh()
458 authdes_destroy(AUTH *auth) in authdes_destroy()
H A Drpcsec_gss_stub.c33 __rpc_gss_wrap_stub(AUTH *auth, void *header, size_t headerlen, XDR* xdrs, in __rpc_gss_wrap_stub()
41 __rpc_gss_unwrap_stub(AUTH *auth, XDR* xdrs, xdrproc_t xdr_args, void *args_ptr) in __rpc_gss_unwrap_stub()
/freebsd/lib/librpcsec_gss/
H A Drpcsec_gss.c115 #define AUTH_PRIVATE(auth) ((struct rpc_gss_data *)auth->ah_private) argument
124 AUTH *auth, *save_auth; in rpc_gss_seccreate() local
228 rpc_gss_set_defaults(AUTH *auth, rpc_gss_service_t service, const char *qop) in rpc_gss_set_defaults()
253 rpc_gss_nextverf(__unused AUTH *auth) in rpc_gss_nextverf()
260 rpc_gss_marshal(__unused AUTH *auth, __unused XDR *xdrs) in rpc_gss_marshal()
268 rpc_gss_validate(AUTH *auth, struct opaque_auth *verf) in rpc_gss_validate()
321 rpc_gss_init(AUTH *auth, rpc_gss_options_ret_t *options_ret) in rpc_gss_init()
488 rpc_gss_refresh(AUTH *auth, void *msg) in rpc_gss_refresh()
511 rpc_gss_destroy_context(AUTH *auth, bool_t send_destroy) in rpc_gss_destroy_context()
542 rpc_gss_destroy(AUTH *auth) in rpc_gss_destroy()
[all …]
/freebsd/sys/rpc/
H A Dauth_unix.c97 #define AUTH_PRIVATE(auth) ((struct audata *)auth->ah_private) argument
129 AUTH *auth; in authunix_create() local
240 authunix_nextverf(AUTH *auth) in authunix_nextverf()
246 authunix_marshal(AUTH *auth, uint32_t xid, XDR *xdrs, struct mbuf *args) in authunix_marshal()
260 authunix_validate(AUTH *auth, uint32_t xid, struct opaque_auth *verf, in authunix_validate()
294 authunix_refresh(AUTH *auth, void *dummy) in authunix_refresh()
333 authunix_destroy(AUTH *auth) in authunix_destroy()
360 marshal_new_auth(AUTH *auth) in marshal_new_auth()
H A Dsvc_auth.c123 svcauth_null_wrap(SVCAUTH *auth, struct mbuf **mp) in svcauth_null_wrap()
130 svcauth_null_unwrap(SVCAUTH *auth, struct mbuf **mp) in svcauth_null_unwrap()
137 svcauth_null_release(SVCAUTH *auth) in svcauth_null_release()
H A Dauth.h206 #define AUTH_NEXTVERF(auth) \ argument
209 #define AUTH_MARSHALL(auth, xid, xdrs, args) \ argument
212 #define AUTH_VALIDATE(auth, xid, verfp, resultsp) \ argument
215 #define AUTH_REFRESH(auth, msg) \ argument
218 #define AUTH_DESTROY(auth) \ argument
/freebsd/contrib/wpa/wpa_supplicant/
H A Ddpp_supplicant.c78 struct dpp_authentication *auth = wpa_s->dpp_auth; in wpas_dpp_qr_code() local
196 struct dpp_authentication *auth = wpa_s->dpp_auth; in wpas_dpp_auth_resp_retry_timeout() local
217 struct dpp_authentication *auth = wpa_s->dpp_auth; in wpas_dpp_auth_resp_retry() local
305 struct dpp_authentication *auth = wpa_s->dpp_auth; in wpas_dpp_conn_status_result_timeout() local
381 struct dpp_authentication *auth = wpa_s->dpp_auth; in wpas_dpp_send_conn_status_result() local
443 struct dpp_authentication *auth = wpa_s->dpp_auth; in wpas_dpp_connected_timeout() local
453 struct dpp_authentication *auth = wpa_s->dpp_auth; in wpas_dpp_connected() local
472 struct dpp_authentication *auth = wpa_s->dpp_auth; in wpas_dpp_drv_wait_timeout() local
489 struct dpp_authentication *auth = wpa_s->dpp_auth; in wpas_dpp_neg_freq_timeout() local
508 struct dpp_authentication *auth = wpa_s->dpp_auth; in wpas_dpp_tx_status() local
[all …]
/freebsd/include/rpc/
H A Dauth.h204 #define AUTH_NEXTVERF(auth) \ argument
206 #define auth_nextverf(auth) \ argument
209 #define AUTH_MARSHALL(auth, xdrs) \ argument
211 #define auth_marshall(auth, xdrs) \ argument
214 #define AUTH_VALIDATE(auth, verfp) \ argument
216 #define auth_validate(auth, verfp) \ argument
219 #define AUTH_REFRESH(auth, msg) \ argument
221 #define auth_refresh(auth, msg) \ argument
224 #define AUTH_DESTROY(auth) \ argument
226 #define auth_destroy(auth) \ argument
/freebsd/sys/rpc/rpcsec_gss/
H A Drpcsec_gss.c146 #define AUTH_PRIVATE(auth) ((struct rpc_gss_data *)auth->ah_private) argument
196 AUTH *auth; in rpc_gss_secfind() local
335 rpc_gss_refresh_auth(AUTH *auth) in rpc_gss_refresh_auth()
359 AUTH *auth; in rpc_gss_seccreate_int() local
443 rpc_gss_set_defaults(AUTH *auth, rpc_gss_service_t service, const char *qop) in rpc_gss_set_defaults()
503 rpc_gss_nextverf(__unused AUTH *auth) in rpc_gss_nextverf()
510 rpc_gss_marshal(AUTH *auth, uint32_t xid, XDR *xdrs, struct mbuf *args) in rpc_gss_marshal()
615 rpc_gss_validate(AUTH *auth, uint32_t xid, struct opaque_auth *verf, in rpc_gss_validate()
737 rpc_gss_init(AUTH *auth, rpc_gss_options_ret_t *options_ret) in rpc_gss_init()
1016 rpc_gss_refresh(AUTH *auth, void *msg) in rpc_gss_refresh()
[all …]
/freebsd/contrib/wpa/src/common/
H A Ddpp_auth.c42 static void dpp_auth_success(struct dpp_authentication *auth) in dpp_auth_success()
59 static struct wpabuf * dpp_auth_build_req(struct dpp_authentication *auth, in dpp_auth_build_req()
233 static struct wpabuf * dpp_auth_build_resp(struct dpp_authentication *auth, in dpp_auth_build_resp()
418 static int dpp_auth_build_resp_ok(struct dpp_authentication *auth) in dpp_auth_build_resp_ok()
602 static int dpp_auth_build_resp_status(struct dpp_authentication *auth, in dpp_auth_build_resp_status()
684 struct dpp_authentication *auth = NULL; in dpp_auth_req_rx() local
936 int dpp_notify_new_qr_code(struct dpp_authentication *auth, in dpp_notify_new_qr_code()
956 static struct wpabuf * dpp_auth_build_conf(struct dpp_authentication *auth, in dpp_auth_build_conf()
1134 static int dpp_autogen_bootstrap_key(struct dpp_authentication *auth) in dpp_autogen_bootstrap_key()
1169 struct dpp_authentication *auth; in dpp_auth_init() local
[all …]
H A Ddpp_tcp.c29 struct dpp_authentication *auth; member
228 struct dpp_authentication *auth = conn->auth; in dpp_controller_gas_done() local
345 struct dpp_authentication *auth = conn->auth; in dpp_controller_start_gas_client() local
368 struct dpp_authentication *auth = conn->auth; in dpp_controller_auth_success() local
807 struct dpp_authentication *auth = conn->auth; in dpp_controller_rx_auth_resp() local
837 struct dpp_authentication *auth = conn->auth; in dpp_controller_rx_auth_conf() local
877 struct dpp_authentication *auth = conn->auth; in dpp_controller_rx_conf_result() local
920 struct dpp_authentication *auth = conn->auth; in dpp_controller_rx_conn_status_result() local
955 struct dpp_authentication *auth; in dpp_controller_rx_presence_announcement() local
1004 struct dpp_authentication *auth; in dpp_controller_rx_reconfig_announcement() local
[all …]
H A Ddpp_reconfig.c130 static struct wpabuf * dpp_reconfig_build_req(struct dpp_authentication *auth) in dpp_reconfig_build_req()
243 struct dpp_authentication *auth; in dpp_reconfig_init() local
328 static int dpp_reconfig_build_resp(struct dpp_authentication *auth, in dpp_reconfig_build_resp()
445 struct dpp_authentication *auth = NULL; in dpp_reconfig_auth_req_rx() local
573 dpp_reconfig_build_conf(struct dpp_authentication *auth) in dpp_reconfig_build_conf()
664 dpp_reconfig_auth_resp_rx(struct dpp_authentication *auth, const u8 *hdr, in dpp_reconfig_auth_resp_rx()
849 int dpp_reconfig_auth_conf_rx(struct dpp_authentication *auth, const u8 *hdr, in dpp_reconfig_auth_conf_rx()
H A Ddpp.c42 void dpp_auth_fail(struct dpp_authentication *auth, const char *txt) in dpp_auth_fail()
580 static int dpp_channel_intersect(struct dpp_authentication *auth, in dpp_channel_intersect()
604 static int dpp_channel_local_list(struct dpp_authentication *auth, in dpp_channel_local_list()
644 int dpp_prepare_channel_list(struct dpp_authentication *auth, in dpp_prepare_channel_list()
771 struct dpp_authentication *auth; in dpp_alloc_auth() local
783 static struct wpabuf * dpp_build_conf_req_attr(struct dpp_authentication *auth, in dpp_build_conf_req_attr()
942 struct wpabuf * dpp_build_conf_req(struct dpp_authentication *auth, in dpp_build_conf_req()
969 struct wpabuf * dpp_build_conf_req_helper(struct dpp_authentication *auth, in dpp_build_conf_req_helper()
1161 static int dpp_configuration_parse_helper(struct dpp_authentication *auth, in dpp_configuration_parse_helper()
1333 static int dpp_configuration_parse(struct dpp_authentication *auth, in dpp_configuration_parse()
[all …]
H A Ddpp_backup.c151 static struct wpabuf * dpp_build_key_pkg(struct dpp_authentication *auth) in dpp_build_key_pkg()
264 dpp_build_pw_recipient_info(struct dpp_authentication *auth, size_t hash_len, in dpp_build_pw_recipient_info()
348 dpp_build_recipient_info(struct dpp_authentication *auth, size_t hash_len, in dpp_build_recipient_info()
370 dpp_build_enc_cont_info(struct dpp_authentication *auth, size_t hash_len, in dpp_build_enc_cont_info()
450 struct wpabuf * dpp_build_enveloped_data(struct dpp_authentication *auth) in dpp_build_enveloped_data()
1132 int dpp_conf_resp_env_data(struct dpp_authentication *auth, in dpp_conf_resp_env_data()
H A Ddpp_crypto.c444 int dpp_derive_bk_ke(struct dpp_authentication *auth) in dpp_derive_bk_ke()
886 int dpp_gen_r_auth(struct dpp_authentication *auth, u8 *r_auth) in dpp_gen_r_auth()
969 int dpp_gen_i_auth(struct dpp_authentication *auth, u8 *i_auth) in dpp_gen_i_auth()
1056 int dpp_auth_derive_l_responder(struct dpp_authentication *auth) in dpp_auth_derive_l_responder()
1100 int dpp_auth_derive_l_initiator(struct dpp_authentication *auth) in dpp_auth_derive_l_initiator()
1682 int dpp_reconfig_derive_ke_responder(struct dpp_authentication *auth, in dpp_reconfig_derive_ke_responder()
1785 int dpp_reconfig_derive_ke_initiator(struct dpp_authentication *auth, in dpp_reconfig_derive_ke_initiator()
2081 struct wpabuf * dpp_build_csr(struct dpp_authentication *auth, const char *name) in dpp_build_csr()
2151 int dpp_validate_csr(struct dpp_authentication *auth, in dpp_validate_csr()
2392 int dpp_derive_auth_i(struct dpp_authentication *auth, u8 *auth_i) in dpp_derive_auth_i()
/freebsd/contrib/wpa/src/ap/
H A Ddpp_hostapd.c59 struct dpp_authentication *auth = hapd->dpp_auth; in hostapd_dpp_qr_code() local
174 struct dpp_authentication *auth = hapd->dpp_auth; in hostapd_dpp_auth_resp_retry_timeout() local
193 struct dpp_authentication *auth = hapd->dpp_auth; in hostapd_dpp_auth_resp_retry() local
308 struct dpp_authentication *auth; in hostapd_dpp_pkex_done() local
494 struct dpp_authentication *auth = hapd->dpp_auth; in hostapd_dpp_tx_status() local
610 struct dpp_authentication *auth = hapd->dpp_auth; in hostapd_dpp_reply_wait_timeout() local
683 struct dpp_authentication *auth = hapd->dpp_auth; in hostapd_dpp_auth_conf_wait_timeout() local
699 struct dpp_authentication *auth) in hostapd_dpp_set_testing_options()
729 struct dpp_authentication *auth = hapd->dpp_auth; in hostapd_dpp_auth_init_next() local
818 struct dpp_authentication *auth) in hostapd_dpp_process_conf_obj()
[all …]
/freebsd/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) in aes_ccm_encr_auth()
132 static void aes_ccm_decr_auth(void *aes, size_t M, u8 *a, const u8 *auth, u8 *t) in aes_ccm_decr_auth()
150 const u8 *aad, size_t aad_len, u8 *crypt, u8 *auth) in aes_ccm_ae()
180 const u8 *aad, size_t aad_len, const u8 *auth, u8 *plain) in aes_ccm_ad()
/freebsd/sys/dev/drm2/
H A Ddrm_auth.c148 struct drm_auth *auth = data; in drm_getmagic() local
186 struct drm_auth *auth = data; in drm_authmagic() local
/freebsd/contrib/libpcap/
H A Dpcap-new.c73 int pcap_findalldevs_ex(const char *source, struct pcap_rmtauth *auth, pcap_if_t **alldevs, char *e… in pcap_findalldevs_ex()
389 …n(const char *source, int snaplen, int flags, int read_timeout, struct pcap_rmtauth *auth, char *e… in pcap_open()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dfm.c815 fm_fmri_hc_set_common(nvlist_t *fmri, int version, const nvlist_t *auth) in fm_fmri_hc_set_common()
838 fm_fmri_hc_set(nvlist_t *fmri, int version, const nvlist_t *auth, in fm_fmri_hc_set()
885 fm_fmri_hc_create(nvlist_t *fmri, int version, const nvlist_t *auth, in fm_fmri_hc_create()
998 fm_fmri_dev_set(nvlist_t *fmri_dev, int version, const nvlist_t *auth, in fm_fmri_dev_set()
1044 fm_fmri_cpu_set(nvlist_t *fmri_cpu, int version, const nvlist_t *auth, in fm_fmri_cpu_set()
1095 fm_fmri_mem_set(nvlist_t *fmri, int version, const nvlist_t *auth, in fm_fmri_mem_set()
/freebsd/usr.sbin/ctld/
H A Dctld.h53 struct auth { struct
55 struct auth_group *a_auth_group; argument
62 struct auth_name { argument
/freebsd/contrib/ntp/ntpq/
H A Dlibntpq_subs.c43 int auth, in ntpq_doquerylist()
/freebsd/crypto/heimdal/appl/ftp/ftp/
H A Dsecurity.h51 int (*auth)(void *, char*); member
69 int (*auth)(void *); member
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/nfs/
H A Dtst.call.c56 AUTH *auth; in dotest() local

123456