Home
last modified time | relevance | path

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

123

/dflybsd-src/contrib/dhcpcd/src/
H A Dauth.h66 struct auth { struct
89 const struct auth *, argument
H A Dauth.c104 dhcp_auth_validate(struct authstate *state, const struct auth *auth, in dhcp_auth_validate()
468 get_next_rdm_monotonic_clock(struct auth *auth) in get_next_rdm_monotonic_clock()
484 get_next_rdm_monotonic(struct dhcpcd_ctx *ctx, struct auth *auth) in get_next_rdm_monotonic()
521 dhcp_auth_encode(struct dhcpcd_ctx *ctx, struct auth *auth, in dhcp_auth_encode()
/dflybsd-src/lib/libc/rpc/
H A Dauth_unix.c83 #define AUTH_PRIVATE(auth) ((struct audata *)auth->ah_private) argument
96 AUTH *auth; in authunix_create() local
210 authunix_marshal(AUTH *auth, XDR *xdrs) in authunix_marshal()
222 authunix_validate(AUTH *auth, struct opaque_auth *verf) in authunix_validate()
254 authunix_refresh(AUTH *auth, void *dummy __unused) in authunix_refresh()
298 authunix_destroy(AUTH *auth) in authunix_destroy()
323 marshal_new_auth(AUTH *auth) in marshal_new_auth()
H A Dauth_des.c61 #define AUTH_PRIVATE(auth) (struct ad_private *) auth->ah_private argument
153 AUTH *auth; in authdes_pk_seccreate() local
269 authdes_marshal(AUTH *auth, XDR *xdrs) in authdes_marshal()
361 authdes_validate(AUTH *auth, struct opaque_auth *rverf) in authdes_validate()
420 authdes_refresh(AUTH *auth, void *dummy __unused) in authdes_refresh()
460 authdes_destroy(AUTH *auth) in authdes_destroy()
/dflybsd-src/contrib/wpa_supplicant/src/ap/
H A Ddpp_hostapd.c41 struct dpp_authentication *auth = hapd->dpp_auth; in hostapd_dpp_qr_code() local
69 struct dpp_authentication *auth = hapd->dpp_auth; in hostapd_dpp_auth_resp_retry_timeout() local
88 struct dpp_authentication *auth = hapd->dpp_auth; in hostapd_dpp_auth_resp_retry() local
125 struct dpp_authentication *auth = hapd->dpp_auth; in hostapd_dpp_tx_status() local
212 struct dpp_authentication *auth = hapd->dpp_auth; in hostapd_dpp_reply_wait_timeout() local
282 struct dpp_authentication *auth) in hostapd_dpp_set_testing_options()
312 struct dpp_authentication *auth = hapd->dpp_auth; in hostapd_dpp_auth_init_next() local
610 struct dpp_authentication *auth) in hostapd_dpp_handle_config_obj()
687 struct dpp_authentication *auth = hapd->dpp_auth; in hostapd_dpp_gas_resp_cb() local
766 struct dpp_authentication *auth = hapd->dpp_auth; in hostapd_dpp_start_gas_client() local
[all …]
H A Dwpa_auth_ft.c71 const u8 *auth, const size_t auth_len, in wpa_ft_rrb_decrypt()
475 const u8 *auth, const size_t auth_len, in wpa_ft_rrb_encrypt()
526 u8 *plain = NULL, *auth = NULL, *pos, *tmp; in wpa_ft_rrb_build() local
880 u8 *auth; member
929 const u8 *auth, size_t auth_len, in wpa_ft_rrb_seq_req()
1024 const u8 *auth, size_t auth_len, in wpa_ft_rrb_seq_chk()
1094 const u8 *auth, size_t auth_len, in wpa_ft_rrb_seq_accept()
3580 const u8 *auth, size_t auth_len, in wpa_ft_rrb_rx_pull()
3733 const u8 *auth, size_t auth_len, in wpa_ft_rrb_rx_r1()
3963 const u8 *auth, size_t auth_len, in wpa_ft_rrb_rx_resp()
[all …]
/dflybsd-src/include/rpc/
H A Dauth.h203 #define AUTH_NEXTVERF(auth) \ argument
205 #define auth_nextverf(auth) \ argument
208 #define AUTH_MARSHALL(auth, xdrs) \ argument
210 #define auth_marshall(auth, xdrs) \ argument
213 #define AUTH_VALIDATE(auth, verfp) \ argument
215 #define auth_validate(auth, verfp) \ argument
218 #define AUTH_REFRESH(auth, msg) \ argument
220 #define auth_refresh(auth, msg) \ argument
223 #define AUTH_DESTROY(auth) \ argument
225 #define auth_destroy(auth) \ argument
/dflybsd-src/contrib/wpa_supplicant/wpa_supplicant/
H A Ddpp_supplicant.c65 struct dpp_authentication *auth = wpa_s->dpp_auth; in wpas_dpp_qr_code() local
94 struct dpp_authentication *auth = wpa_s->dpp_auth; in wpas_dpp_auth_resp_retry_timeout() local
115 struct dpp_authentication *auth = wpa_s->dpp_auth; in wpas_dpp_auth_resp_retry() local
167 struct dpp_authentication *auth = wpa_s->dpp_auth; in wpas_dpp_tx_status() local
252 struct dpp_authentication *auth = wpa_s->dpp_auth; in wpas_dpp_reply_wait_timeout() local
316 struct dpp_authentication *auth) in wpas_dpp_set_testing_options()
347 struct dpp_authentication *auth = wpa_s->dpp_auth; in wpas_dpp_auth_init_next() local
437 struct dpp_authentication *auth; in wpas_dpp_auth_init() local
812 struct dpp_authentication *auth) in wpas_dpp_add_network()
911 struct dpp_authentication *auth) in wpas_dpp_process_config()
[all …]
H A Dmesh_rsn.h14 struct wpa_authenticator *auth; member
H A Dibss_rsn.h40 struct wpa_state_machine *auth; member
H A Dwps_supplicant.h23 const char *auth; member
/dflybsd-src/contrib/wpa_supplicant/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()
/dflybsd-src/contrib/wpa_supplicant/src/common/
H A Ddpp.c81 struct dpp_authentication *auth; member
698 static void dpp_auth_fail(struct dpp_authentication *auth, const char *txt) in dpp_auth_fail()
1576 static int dpp_derive_ke(struct dpp_authentication *auth, u8 *ke, in dpp_derive_ke()
1669 static struct wpabuf * dpp_auth_build_req(struct dpp_authentication *auth, in dpp_auth_build_req()
1841 static struct wpabuf * dpp_auth_build_resp(struct dpp_authentication *auth, in dpp_auth_build_resp()
2077 static int dpp_channel_intersect(struct dpp_authentication *auth, in dpp_channel_intersect()
2101 static int dpp_channel_local_list(struct dpp_authentication *auth, in dpp_channel_local_list()
2141 static int dpp_prepare_channel_list(struct dpp_authentication *auth, in dpp_prepare_channel_list()
2181 static int dpp_autogen_bootstrap_key(struct dpp_authentication *auth) in dpp_autogen_bootstrap_key()
2228 struct dpp_authentication *auth; in dpp_auth_init() local
[all …]
/dflybsd-src/contrib/tnftp/src/
H A Dfetch.c91 char *auth; member
220 initauthinfo(struct authinfo *ai, char *auth) in initauthinfo()
268 auth_url(const char *challenge, char **response, const struct authinfo *auth) in auth_url()
445 struct authinfo *auth) in parse_url()
999 struct authinfo *pauth, char **auth, const char *message, in do_auth()
1046 char **auth) in negotiate_connection()
1206 struct authinfo *pauth, char **auth, int *hasleading, volatile int *rval) in connectmethod()
1324 char *volatile auth; in fetch_url() local
1862 struct authinfo auth; in fetch_ftp() local
/dflybsd-src/sys/dev/drm/
H A Ddrm_auth.c60 struct drm_auth *auth = data; in drm_getmagic() local
81 struct drm_auth *auth = data; in drm_authmagic() local
/dflybsd-src/sbin/routed/
H A Ddefs.h275 struct auth { /* authentication info */ struct
276 u_int16_t type;
277 u_char key[RIP_AUTH_PW_LEN];
278 u_char keyid;
279 time_t start, end;
/dflybsd-src/contrib/wpa_supplicant/src/radius/
H A Dradius.c371 u8 auth[MD5_MAC_LEN]; in radius_msg_finish() local
401 u8 auth[MD5_MAC_LEN]; in radius_msg_finish_srv() local
445 u8 auth[MD5_MAC_LEN]; in radius_msg_finish_das_resp() local
550 u8 auth[MD5_MAC_LEN], orig[MD5_MAC_LEN]; in radius_msg_verify_das_req() local
802 u8 auth[MD5_MAC_LEN], orig[MD5_MAC_LEN]; in radius_msg_verify_msg_auth() local
850 size_t secret_len, struct radius_msg *sent_msg, int auth) in radius_msg_verify()
/dflybsd-src/contrib/wpa_supplicant/src/eap_peer/
H A Dikev2.c521 u8 method, const u8 *auth, size_t auth_len) in ikev2_process_auth_cert()
535 u8 method, const u8 *auth, in ikev2_process_auth_secret()
586 const u8 *auth, size_t auth_len) in ikev2_process_auth()
/dflybsd-src/contrib/wpa_supplicant/src/eap_server/
H A Dikev2.c589 u8 method, const u8 *auth, size_t auth_len) in ikev2_process_auth_cert()
603 u8 method, const u8 *auth, in ikev2_process_auth_secret()
652 const u8 *auth, size_t auth_len) in ikev2_process_auth()
/dflybsd-src/sbin/mount_nfs/
H A Dmount_nfs.c157 long auth; member
856 long auth, authcnt, authfnd = 0; in xdr_fh() local
/dflybsd-src/usr.sbin/ppp/
H A Dchap.h49 struct authinfo auth; member
H A Dprompt.h46 u_char auth; /* Local Authorized status */ member
H A Dauth.c81 Auth2Nam(u_short auth, u_char type) in Auth2Nam()
/dflybsd-src/crypto/openssh/
H A Dxmss_fast.h47 unsigned char *auth; member
/dflybsd-src/lib/libtelnet/
H A Dkrb4encpwd.c98 static KTEXT_ST auth; variable

123