/dflybsd-src/contrib/dhcpcd/src/ |
H A D | auth.h | 66 struct auth { struct 89 const struct auth *, argument
|
H A D | auth.c | 104 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 D | auth_unix.c | 83 #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 D | auth_des.c | 61 #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 D | dpp_hostapd.c | 41 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 D | wpa_auth_ft.c | 71 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 D | auth.h | 203 #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 D | dpp_supplicant.c | 65 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 D | mesh_rsn.h | 14 struct wpa_authenticator *auth; member
|
H A D | ibss_rsn.h | 40 struct wpa_state_machine *auth; member
|
H A D | wps_supplicant.h | 23 const char *auth; member
|
/dflybsd-src/contrib/wpa_supplicant/src/crypto/ |
H A D | aes-ccm.c | 117 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 D | dpp.c | 81 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 D | fetch.c | 91 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 D | drm_auth.c | 60 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 D | defs.h | 275 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 D | radius.c | 371 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 D | ikev2.c | 521 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 D | ikev2.c | 589 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 D | mount_nfs.c | 157 long auth; member 856 long auth, authcnt, authfnd = 0; in xdr_fh() local
|
/dflybsd-src/usr.sbin/ppp/ |
H A D | chap.h | 49 struct authinfo auth; member
|
H A D | prompt.h | 46 u_char auth; /* Local Authorized status */ member
|
H A D | auth.c | 81 Auth2Nam(u_short auth, u_char type) in Auth2Nam()
|
/dflybsd-src/crypto/openssh/ |
H A D | xmss_fast.h | 47 unsigned char *auth; member
|
/dflybsd-src/lib/libtelnet/ |
H A D | krb4encpwd.c | 98 static KTEXT_ST auth; variable
|