Searched refs:mic_offset (Results 1 – 2 of 2) sorted by relevance
925 size_t copy_len, mic_offset; in handle_auth_pasn_3() local968 mic_offset = elems.mic - (const u8 *) &mgmt->u.auth; in handle_auth_pasn_3()970 if (mic_offset + mic_len > copy_len) in handle_auth_pasn_3()975 os_memset(copy + mic_offset, 0, mic_len); in handle_auth_pasn_3()
1073 size_t mic_offset, copy_len; in wpa_pasn_auth_rx() local1259 mic_offset = elems.mic - (const u8 *) &mgmt->u.auth; in wpa_pasn_auth_rx()1261 if (mic_offset + mic_len > copy_len) in wpa_pasn_auth_rx()1266 os_memset(copy + mic_offset, 0, mic_len); in wpa_pasn_auth_rx()