Home
last modified time | relevance | path

Searched refs:get_le32 (Results 1 – 1 of 1) sorted by relevance

/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_crypto_tkip.c822 static __inline u32 get_le32(const u8 *p) in get_le32() function
885 l = get_le32(key); in michael_mic()
886 r = get_le32(key + 4); in michael_mic()
889 l ^= get_le32(hdr); in michael_mic()
891 l ^= get_le32(&hdr[4]); in michael_mic()
893 l ^= get_le32(&hdr[8]); in michael_mic()
895 l ^= get_le32(&hdr[12]); in michael_mic()
906 l ^= get_le32(data); in michael_mic()