Searched refs:their_mic (Results 1 – 2 of 2) sorted by relevance
/external/syslinux/gpxe/src/net/80211/ |
D | wpa_ccmp.c | 397 u8 rx_pn[6], their_mic[8], our_mic[8]; in ccmp_decrypt() local 437 eiob->tail - CCMP_MIC_LEN, their_mic ); in ccmp_decrypt() 443 if ( memcmp ( their_mic, our_mic, CCMP_MIC_LEN ) != 0 ) { in ccmp_decrypt()
|
D | wpa.c | 835 u8 their_mic[16], our_mic[16]; in eapol_key_rx() local 898 memcpy ( their_mic, pkt->mic, sizeof ( pkt->mic ) ); in eapol_key_rx() 904 DBGC2_HD ( ctx, their_mic, 16 ); in eapol_key_rx() 906 if ( memcmp ( their_mic, our_mic, sizeof ( pkt->mic ) ) != 0 ) { in eapol_key_rx()
|