OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:get_le32
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/net80211/
ieee80211_crypto_tkip.c
739
static __inline u32
get_le32
(const u8 *p)
function in typeref:typename:u32
804
l =
get_le32
(key);
805
r =
get_le32
(key + 4);
808
l ^=
get_le32
(hdr);
810
l ^=
get_le32
(&hdr[4]);
812
l ^=
get_le32
(&hdr[8]);
814
l ^=
get_le32
(&hdr[12]);
831
l ^=
get_le32
(spill);
839
l ^=
get_le32
(data);
865
l ^=
get_le32
(spill)
[
all
...]
ieee80211_crypto_tkip.c
739
static __inline u32
get_le32
(const u8 *p)
function in typeref:typename:u32
804
l =
get_le32
(key);
805
r =
get_le32
(key + 4);
808
l ^=
get_le32
(hdr);
810
l ^=
get_le32
(&hdr[4]);
812
l ^=
get_le32
(&hdr[8]);
814
l ^=
get_le32
(&hdr[12]);
831
l ^=
get_le32
(spill);
839
l ^=
get_le32
(data);
865
l ^=
get_le32
(spill)
[
all
...]
Completed in 83 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025