Searched refs:auth_data (Results 1 – 9 of 9) sorted by relevance
| /linux/net/ipv4/ |
| H A D | ah4.c | 130 memcpy(ah->auth_data, icv, ahp->icv_trunc_len); in ah_output_done() 187 memset(ah->auth_data, 0, ahp->icv_trunc_len); in ah_output() 246 memcpy(ah->auth_data, icv, ahp->icv_trunc_len); in ah_output() 264 u8 *auth_data; in ah_input_done() local 278 auth_data = ah_tmp_auth(work_iph, ihl); in ah_input_done() 279 icv = ah_tmp_icv(auth_data, ahp->icv_trunc_len); in ah_input_done() 281 err = crypto_memneq(icv, auth_data, ahp->icv_trunc_len) ? -EBADMSG : 0; in ah_input_done() 306 u8 *auth_data; in ah_input() local 373 auth_data = ah_tmp_auth(seqhi, seqhi_len); in ah_input() 374 icv = ah_tmp_icv(auth_data, ahp->icv_trunc_len); in ah_input() [all …]
|
| /linux/net/mac80211/ |
| H A D | mlme.c | 4508 else if (ifmgd->auth_data) in ieee80211_ap_probereq_get() 4509 cbss = ifmgd->auth_data->bss; in ieee80211_ap_probereq_get() 4687 struct ieee80211_mgd_auth_data *auth_data = sdata->u.mgd.auth_data; in ieee80211_destroy_auth_data() local 4691 sdata->u.mgd.auth_data = NULL; in ieee80211_destroy_auth_data() 4700 sta_info_destroy_addr(sdata, auth_data->ap_addr); in ieee80211_destroy_auth_data() 4712 cfg80211_put_bss(sdata->local->hw.wiphy, auth_data->bss); in ieee80211_destroy_auth_data() 4713 kfree(auth_data); in ieee80211_destroy_auth_data() 4776 struct ieee80211_mgd_auth_data *auth_data = sdata->u.mgd.auth_data; in ieee80211_auth_challenge() local 4782 .link_id = auth_data->link_id, in ieee80211_auth_challenge() 4790 auth_data->expected_transaction = 4; in ieee80211_auth_challenge() [all …]
|
| H A D | iface.c | 257 if (sdata->u.mgd.auth_data || sdata->u.mgd.assoc_data) in ieee80211_can_powered_addr_change()
|
| H A D | ieee80211_i.h | 539 struct ieee80211_mgd_auth_data *auth_data; member
|
| /linux/drivers/scsi/be2iscsi/ |
| H A D | be_main.c | 4956 boot_conn->negotiated_login_options.auth_data.chap. in beiscsi_show_boot_tgt_info() 4959 auth_data.chap.target_chap_name); in beiscsi_show_boot_tgt_info() 4963 boot_conn->negotiated_login_options.auth_data.chap. in beiscsi_show_boot_tgt_info() 4966 auth_data.chap.target_secret); in beiscsi_show_boot_tgt_info() 4970 boot_conn->negotiated_login_options.auth_data.chap. in beiscsi_show_boot_tgt_info() 4973 auth_data.chap.intr_chap_name); in beiscsi_show_boot_tgt_info() 4977 boot_conn->negotiated_login_options.auth_data.chap. in beiscsi_show_boot_tgt_info() 4980 auth_data.chap.intr_secret); in beiscsi_show_boot_tgt_info()
|
| H A D | be_cmds.h | 371 struct mgmt_auth_method_format auth_data; member
|
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H A D | cfg80211.c | 4384 __le16 *pos = (__le16 *)req->auth_data; in mwifiex_cfg80211_authenticate() 4389 memcpy((u8 *)(&mgmt->auth.variable), req->auth_data + 4, in mwifiex_cfg80211_authenticate()
|
| /linux/include/net/ |
| H A D | cfg80211.h | 3212 const u8 *auth_data; member
|
| /linux/net/wireless/ |
| H A D | nl80211.c | 11966 req.auth_data = nla_data(info->attrs[NL80211_ATTR_AUTH_DATA]); in nl80211_authenticate()
|