Lines Matching refs:encr_end
1030 const u8 *frame_ad_end, const u8 *encr_end) in try_rmsk() argument
1076 if (encr_end - frame_ad_end < AES_BLOCK_SIZE || in try_rmsk()
1077 encr_end - frame_ad_end > sizeof(buf)) in try_rmsk()
1080 frame_ad_end, encr_end - frame_ad_end, in try_rmsk()
1092 buf, encr_end - frame_ad_end - AES_BLOCK_SIZE); in try_rmsk()
1098 encr_end - frame_ad_end - AES_BLOCK_SIZE); in try_rmsk()
1108 const u8 *encr_end) in derive_fils_keys() argument
1119 frame_ad_end, encr_end) == 0) in derive_fils_keys()
1126 frame_ad_end, encr_end) == 0) in derive_fils_keys()
1196 const u8 *session, *frame_ad, *frame_ad_end, *encr_end; in rx_mgmt_assoc_req() local
1202 encr_end = data + len; in rx_mgmt_assoc_req()
1204 frame_ad_end, encr_end); in rx_mgmt_assoc_req()
1265 const u8 *frame_ad_end, const u8 *encr_end) in decrypt_fils_assoc_resp() argument
1297 if (encr_end - frame_ad_end < AES_BLOCK_SIZE || in decrypt_fils_assoc_resp()
1298 encr_end - frame_ad_end > sizeof(buf)) in decrypt_fils_assoc_resp()
1301 frame_ad_end, encr_end - frame_ad_end, in decrypt_fils_assoc_resp()
1309 buf, encr_end - frame_ad_end - AES_BLOCK_SIZE); in decrypt_fils_assoc_resp()
1315 encr_end - frame_ad_end - AES_BLOCK_SIZE); in decrypt_fils_assoc_resp()
1364 const u8 *session, *frame_ad, *frame_ad_end, *encr_end; in rx_mgmt_assoc_resp() local
1370 encr_end = data + len; in rx_mgmt_assoc_resp()
1372 frame_ad_end, encr_end); in rx_mgmt_assoc_resp()
1512 const u8 *session, *frame_ad, *frame_ad_end, *encr_end; in rx_mgmt_reassoc_req() local
1518 encr_end = data + len; in rx_mgmt_reassoc_req()
1520 frame_ad_end, encr_end); in rx_mgmt_reassoc_req()
2124 const u8 *session, *frame_ad, *frame_ad_end, *encr_end; in rx_mgmt_reassoc_resp() local
2131 encr_end = data + len; in rx_mgmt_reassoc_resp()
2133 frame_ad_end, encr_end); in rx_mgmt_reassoc_resp()