OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:length_le
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/src/crypto/
sha256.c
124
u8 counter_le[2],
length_le
[2];
local
132
addr[3] =
length_le
;
133
len[3] = sizeof(
length_le
);
135
WPA_PUT_LE16(
length_le
, buf_len * 8);
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
sha256.c
130
u8 counter_le[2],
length_le
[2];
local
138
addr[3] =
length_le
;
139
len[3] = sizeof(
length_le
);
141
WPA_PUT_LE16(
length_le
, buf_len * 8);
Completed in 21 milliseconds