OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Te0
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/boringssl/src/crypto/aes/
aes.c
59
/*
Te0
[x] = S [x].[02, 01, 01, 03];
70
static const uint32_t
Te0
[256] = {
[
all
...]
/external/openssl/crypto/aes/
aes_core.c
44
Te0
[x] = S [x].[02, 01, 01, 03];
56
static const u32
Te0
[256] = {
[
all
...]
aes_x86core.c
108
Te0
[x] = S [x].[02, 01, 01, 03];
113
#define
Te0
(u32)((u64*)((u8*)Te+0))
712
t[0] =
Te0
[(s0 ) & 0xff] ^
717
t[1] =
Te0
[(s1 ) & 0xff] ^
722
t[2] =
Te0
[(s2 ) & 0xff] ^
727
t[3] =
Te0
[(s3 ) & 0xff] ^
778
t[0] =
Te0
[(s0 ) & 0xff] ^
783
t[1] =
Te0
[(s1 ) & 0xff] ^
788
t[2] =
Te0
[(s2 ) & 0xff] ^
793
t[3] =
Te0
[(s3 ) & 0xff]
[
all
...]
Completed in 93 milliseconds