OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Td4s
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/src/crypto/
aes_i.h
28
extern const u8
Td4s
[256];
97
#define TD41(i) (
Td4s
[((i) >> 24) & 0xff] << 24)
98
#define TD42(i) (
Td4s
[((i) >> 16) & 0xff] << 16)
99
#define TD43(i) (
Td4s
[((i) >> 8) & 0xff] << 8)
100
#define TD44(i) (
Td4s
[(i) & 0xff])
aes-internal.c
[
all
...]
Completed in 69 milliseconds