OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Td4
(Results
1 - 5
of
5
) sorted by null
/external/wpa_supplicant_8/src/crypto/
aes-internal.c
61
Td4
[x] = Si[x].[01, 01, 01, 01];
[
all
...]
/external/chromium_org/third_party/openssl/openssl/crypto/aes/
aes_core.c
53
Td4
[x] = Si[x].[01];
585
static const u8
Td4
[256] = {
[
all
...]
aes_x86core.c
123
Td4
[x] = Si[x].[01];
426
static const u8
Td4
[256] = {
884
prefetch256(
Td4
);
886
t[0] =
Td4
[(s0 ) & 0xff] ^
887
Td4
[(s3 >> 8) & 0xff] << 8 ^
888
Td4
[(s2 >> 16) & 0xff] << 16 ^
889
Td4
[(s1 >> 24) ] << 24;
890
t[1] =
Td4
[(s1 ) & 0xff] ^
891
Td4
[(s0 >> 8) & 0xff] << 8 ^
892
Td4
[(s3 >> 16) & 0xff] << 16
[
all
...]
/external/openssl/crypto/aes/
aes_core.c
53
Td4
[x] = Si[x].[01];
585
static const u8
Td4
[256] = {
[
all
...]
aes_x86core.c
123
Td4
[x] = Si[x].[01];
426
static const u8
Td4
[256] = {
884
prefetch256(
Td4
);
886
t[0] =
Td4
[(s0 ) & 0xff] ^
887
Td4
[(s3 >> 8) & 0xff] << 8 ^
888
Td4
[(s2 >> 16) & 0xff] << 16 ^
889
Td4
[(s1 >> 24) ] << 24;
890
t[1] =
Td4
[(s1 ) & 0xff] ^
891
Td4
[(s0 >> 8) & 0xff] << 8 ^
892
Td4
[(s3 >> 16) & 0xff] << 16
[
all
...]
Completed in 44 milliseconds