Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_crypto_tkip.c598 get_le32(const uint8_t *p) in get_le32() function
663 l = get_le32(key); in michael_mic()
664 r = get_le32(key + 4); in michael_mic()
667 l ^= get_le32(hdr); in michael_mic()
669 l ^= get_le32(&hdr[4]); in michael_mic()
671 l ^= get_le32(&hdr[8]); in michael_mic()
673 l ^= get_le32(&hdr[12]); in michael_mic()
683 l ^= get_le32(&data[4 * i]); in michael_mic()