Home
last modified time | relevance | path

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

123456

/freebsd-14.2/lib/libc/rpc/
H A Dauth_unix.c86 #define AUTH_PRIVATE(auth) ((struct audata *)auth->ah_private) argument
99 AUTH *auth; in authunix_create() local
181 AUTH *auth; in authunix_create_default() local
215 authunix_nextverf(AUTH *auth) in authunix_nextverf()
221 authunix_marshal(AUTH *auth, XDR *xdrs) in authunix_marshal()
233 authunix_validate(AUTH *auth, struct opaque_auth *verf) in authunix_validate()
265 authunix_refresh(AUTH *auth, void *dummy) in authunix_refresh()
309 authunix_destroy(AUTH *auth) in authunix_destroy()
334 marshal_new_auth(AUTH *auth) in marshal_new_auth()
H A Dauth_des.c63 #define AUTH_PRIVATE(auth) (struct ad_private *) auth->ah_private argument
154 AUTH *auth; in authdes_pk_seccreate() local
270 authdes_marshal(AUTH *auth, XDR *xdrs) in authdes_marshal()
362 authdes_validate(AUTH *auth, struct opaque_auth *rverf) in authdes_validate()
421 authdes_refresh(AUTH *auth, void *dummy __unused) in authdes_refresh()
461 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-14.2/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
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()
564 __rpc_gss_wrap(AUTH *auth, void *header, size_t headerlen, in __rpc_gss_wrap()
[all …]
/freebsd-14.2/sys/rpc/
H A Dauth_unix.c101 #define AUTH_PRIVATE(auth) ((struct audata *)auth->ah_private) argument
133 AUTH *auth; in authunix_create() local
244 authunix_nextverf(AUTH *auth) in authunix_nextverf()
250 authunix_marshal(AUTH *auth, uint32_t xid, XDR *xdrs, struct mbuf *args) in authunix_marshal()
264 authunix_validate(AUTH *auth, uint32_t xid, struct opaque_auth *verf, in authunix_validate()
298 authunix_refresh(AUTH *auth, void *dummy) in authunix_refresh()
337 authunix_destroy(AUTH *auth) in authunix_destroy()
364 marshal_new_auth(AUTH *auth) in marshal_new_auth()
H A Dsvc_auth.c128 svcauth_null_wrap(SVCAUTH *auth, struct mbuf **mp) in svcauth_null_wrap()
135 svcauth_null_unwrap(SVCAUTH *auth, struct mbuf **mp) in svcauth_null_unwrap()
142 svcauth_null_release(SVCAUTH *auth) in svcauth_null_release()
H A Dauth.h210 #define AUTH_NEXTVERF(auth) \ argument
213 #define AUTH_MARSHALL(auth, xid, xdrs, args) \ argument
216 #define AUTH_VALIDATE(auth, xid, verfp, resultsp) \ argument
219 #define AUTH_REFRESH(auth, msg) \ argument
222 #define AUTH_DESTROY(auth) \ argument
/freebsd-14.2/contrib/wpa/wpa_supplicant/
H A Ddpp_supplicant.c710 struct dpp_authentication *auth) in wpas_dpp_set_testing_options()
835 struct dpp_authentication *auth; in wpas_dpp_auth_init() local
1598 struct dpp_authentication *auth, in wpas_dpp_process_config()
1625 struct dpp_authentication *auth) in wpas_dpp_post_process_config()
1658 struct dpp_authentication *auth, in wpas_dpp_handle_config_obj()
2347 struct dpp_authentication *auth) in wpas_dpp_process_conf_obj()
2411 struct dpp_authentication *auth; in wpas_dpp_rx_presence_announcement() local
2503 struct dpp_authentication *auth; in wpas_dpp_rx_reconfig_announcement() local
2594 struct dpp_authentication *auth; in wpas_dpp_rx_reconfig_auth_req() local
2963 struct dpp_authentication *auth; in wpas_dpp_pkex_done() local
[all …]
/freebsd-14.2/include/rpc/
H A Dauth.h208 #define AUTH_NEXTVERF(auth) \ argument
210 #define auth_nextverf(auth) \ argument
213 #define AUTH_MARSHALL(auth, xdrs) \ argument
215 #define auth_marshall(auth, xdrs) \ argument
218 #define AUTH_VALIDATE(auth, verfp) \ argument
220 #define auth_validate(auth, verfp) \ argument
223 #define AUTH_REFRESH(auth, msg) \ argument
225 #define auth_refresh(auth, msg) \ argument
228 #define AUTH_DESTROY(auth) \ argument
230 #define auth_destroy(auth) \ argument
/freebsd-14.2/sys/rpc/rpcsec_gss/
H A Drpcsec_gss.c147 #define AUTH_PRIVATE(auth) ((struct rpc_gss_data *)auth->ah_private) argument
197 AUTH *auth; in rpc_gss_secfind() local
336 rpc_gss_refresh_auth(AUTH *auth) in rpc_gss_refresh_auth()
360 AUTH *auth; in rpc_gss_seccreate_int() local
504 rpc_gss_nextverf(__unused AUTH *auth) in rpc_gss_nextverf()
616 rpc_gss_validate(AUTH *auth, uint32_t xid, struct opaque_auth *verf, in rpc_gss_validate()
738 rpc_gss_init(AUTH *auth, rpc_gss_options_ret_t *options_ret) in rpc_gss_init()
1017 rpc_gss_refresh(AUTH *auth, void *msg) in rpc_gss_refresh()
1054 rpc_gss_destroy_context(AUTH *auth, bool_t send_destroy) in rpc_gss_destroy_context()
1112 rpc_gss_destroy(AUTH *auth) in rpc_gss_destroy()
[all …]
/freebsd-14.2/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()
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()
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
1403 dpp_auth_resp_rx(struct dpp_authentication *auth, const u8 *hdr, in dpp_auth_resp_rx()
1743 static int dpp_auth_conf_rx_failure(struct dpp_authentication *auth, in dpp_auth_conf_rx_failure()
[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
955 struct dpp_authentication *auth; in dpp_controller_rx_presence_announcement() local
1004 struct dpp_authentication *auth; in dpp_controller_rx_reconfig_announcement() local
1993 struct dpp_authentication *auth) in dpp_tcp_auth_start()
2009 int dpp_tcp_init(struct dpp_global *dpp, struct dpp_authentication *auth, in dpp_tcp_init()
2016 struct dpp_authentication *auth), in dpp_tcp_init()
2095 struct dpp_authentication *auth, const char *name, in dpp_tcp_auth()
[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()
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
1451 void dpp_auth_deinit(struct dpp_authentication *auth) in dpp_auth_deinit()
1509 dpp_build_conf_start(struct dpp_authentication *auth, in dpp_build_conf_start()
1651 dpp_build_conf_obj_dpp(struct dpp_authentication *auth, in dpp_build_conf_obj_dpp()
1913 dpp_build_conf_obj_legacy(struct dpp_authentication *auth, in dpp_build_conf_obj_legacy()
1950 static int dpp_get_peer_bi_id(struct dpp_authentication *auth) in dpp_get_peer_bi_id()
2896 static int dpp_parse_cred_dpp(struct dpp_authentication *auth, in dpp_parse_cred_dpp()
[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()
/freebsd-14.2/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
699 struct dpp_authentication *auth) in hostapd_dpp_set_testing_options()
818 struct dpp_authentication *auth) in hostapd_dpp_process_conf_obj()
836 struct dpp_authentication *auth; in hostapd_dpp_auth_init() local
1140 struct dpp_authentication *auth, in hostapd_dpp_handle_config_obj()
1676 struct dpp_authentication *auth; in hostapd_dpp_rx_presence_announcement() local
1763 struct dpp_authentication *auth; in hostapd_dpp_rx_reconfig_announcement() local
[all …]
/freebsd-14.2/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-14.2/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-14.2/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-14.2/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-14.2/usr.sbin/ctld/
H A Dctld.h53 struct auth { struct
55 struct auth_group *a_auth_group; argument
62 struct auth_name { argument
/freebsd-14.2/contrib/ntp/ntpq/
H A Dlibntpq_subs.c43 int auth, in ntpq_doquerylist()
/freebsd-14.2/crypto/heimdal/appl/ftp/ftp/
H A Dsecurity.h51 int (*auth)(void *, char*); member
69 int (*auth)(void *); member
/freebsd-14.2/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/nfs/
H A Dtst.call.c56 AUTH *auth; in dotest() local
/freebsd-14.2/crypto/heimdal/lib/krb5/
H A Dbuild_auth.c113 Authenticator auth; in _krb5_build_authenticator() local

123456