OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RCON
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/src/crypto/
aes_i.h
27
extern const u32
rcon
[10];
33
#define
RCON
(i)
rcon
[(i)]
68
#define
RCON
(i) (rcons[(i)] << 24)
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
aes.c
741
static const u32
rcon
[] = {
variable
[
all
...]
Completed in 28 milliseconds