Searched refs:auth_data (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/net/ipv4/ |
H A D | ah4.c | 133 memcpy(ah->auth_data, icv, ahp->icv_trunc_len); in ah_output_done() 190 memset(ah->auth_data, 0, ahp->icv_trunc_len); in ah_output() 249 memcpy(ah->auth_data, icv, ahp->icv_trunc_len); in ah_output() 267 u8 *auth_data; in ah_input_done() local 281 auth_data = ah_tmp_auth(work_iph, ihl); in ah_input_done() 282 icv = ah_tmp_icv(ahp->ahash, auth_data, ahp->icv_trunc_len); in ah_input_done() 284 err = crypto_memneq(icv, auth_data, ahp->icv_trunc_len) ? -EBADMSG : 0; in ah_input_done() 309 u8 *auth_data; in ah_input() local 376 auth_data = ah_tmp_auth(seqhi, seqhi_len); in ah_input() 377 icv = ah_tmp_icv(ahash, auth_data, ahp->icv_trunc_len); in ah_input() [all …]
|
/openbmc/linux/net/ipv6/ |
H A D | ah6.c | 304 memcpy(ah->auth_data, icv, ahp->icv_trunc_len); in ah6_output_done() 371 memset(ah->auth_data, 0, ahp->icv_trunc_len); in ah6_output() 437 memcpy(ah->auth_data, icv, ahp->icv_trunc_len); in ah6_output() 456 u8 *auth_data; in ah6_input_done() local 470 auth_data = ah_tmp_auth(work_iph, hdr_len); in ah6_input_done() 471 icv = ah_tmp_icv(ahp->ahash, auth_data, ahp->icv_trunc_len); in ah6_input_done() 473 err = crypto_memneq(icv, auth_data, ahp->icv_trunc_len) ? -EBADMSG : 0; in ah6_input_done() 510 u8 *auth_data; in ah6_input() local 577 auth_data = ah_tmp_auth((u8 *)work_iph, hdr_len); in ah6_input() 578 seqhi = (__be32 *)(auth_data + ahp->icv_trunc_len); in ah6_input() [all …]
|
/openbmc/linux/net/mac80211/ |
H A D | mlme.c | 3312 else if (ifmgd->auth_data) in ieee80211_ap_probereq_get() 3313 cbss = ifmgd->auth_data->bss; in ieee80211_ap_probereq_get() 3501 struct ieee80211_mgd_auth_data *auth_data = sdata->u.mgd.auth_data; in ieee80211_destroy_auth_data() local 3512 sta_info_destroy_addr(sdata, auth_data->ap_addr); in ieee80211_destroy_auth_data() 3527 cfg80211_put_bss(sdata->local->hw.wiphy, auth_data->bss); in ieee80211_destroy_auth_data() 3528 kfree(auth_data); in ieee80211_destroy_auth_data() 3529 sdata->u.mgd.auth_data = NULL; in ieee80211_destroy_auth_data() 3594 struct ieee80211_mgd_auth_data *auth_data = sdata->u.mgd.auth_data; in ieee80211_auth_challenge() local 3607 auth_data->expected_transaction = 4; in ieee80211_auth_challenge() 3612 ieee80211_send_auth(sdata, 3, auth_data->algorithm, 0, in ieee80211_auth_challenge() [all …]
|
H A D | ieee80211_i.h | 483 struct ieee80211_mgd_auth_data *auth_data; member
|
/openbmc/linux/include/uapi/linux/ |
H A D | ip.h | 118 __u8 auth_data[]; /* Variable len but >=4. Mind the 64 bit alignment! */ member
|
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/ |
H A D | wget.py | 399 auth_data = netrc.netrc().authenticators(urllib.parse.urlparse(uri).hostname) 400 if auth_data: 401 login, _, password = auth_data
|
/openbmc/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
|
/openbmc/linux/include/net/ |
H A D | cfg80211.h | 2880 const u8 *auth_data; member
|
/openbmc/linux/net/wireless/ |
H A D | nl80211.c | 10798 req.auth_data = nla_data(info->attrs[NL80211_ATTR_AUTH_DATA]); in nl80211_authenticate()
|