OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Td0
(Results
1 - 4
of
4
) sorted by null
/external/wpa_supplicant_8/src/crypto/
aes_i.h
22
extern const u32
Td0
[256];
53
#define
TD0
(i)
Td0
[((i) >> 24) & 0xff]
61
#define TD0_(i)
Td0
[(i) & 0xff]
93
#define
TD0
(i)
Td0
[((i) >> 24) & 0xff]
94
#define TD1(i) rotr(
Td0
[((i) >> 16) & 0xff], 8)
95
#define TD2(i) rotr(
Td0
[((i) >> 8) & 0xff], 16)
96
#define TD3(i) rotr(
Td0
[(i) & 0xff], 24)
101
#define TD0_(i)
Td0
[(i) & 0xff
[
all
...]
aes-internal.c
57
Td0
[x] = Si[x].[0e, 09, 0d, 0b];
397
const u32
Td0
[256] = {
[
all
...]
/external/boringssl/src/crypto/aes/
aes.c
67
*
Td0
[x] = Si[x].[0e, 09, 0d, 0b];
289
static const uint32_t
Td0
[256] = {
[
all
...]
/external/boringssl/linux-arm/crypto/aes/
aes-armv4.S
1074
ldr r0,[r10,r0,lsl#2] @
Td0
[s0>>24]
1081
ldr r1,[r10,r1,lsl#2] @
Td0
[s1>>24]
1094
ldr r2,[r10,r2,lsl#2] @
Td0
[s2>>24]
1109
ldr r3,[r10,r3,lsl#2] @
Td0
[s3>>24]
Completed in 917 milliseconds