OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Te4
(Results
1 - 5
of
5
) sorted by null
/external/wpa_supplicant_8/src/crypto/
aes-internal.c
55
Te4
[x] = S [x].[01, 01, 01, 01];
330
const u32
Te4
[256] = {
[
all
...]
/external/chromium_org/third_party/openssl/openssl/crypto/aes/
aes_core.c
[
all
...]
aes_x86core.c
261
static const u8
Te4
[256] = {
499
(
Te4
[(temp >> 8) & 0xff] ) ^
500
(
Te4
[(temp >> 16) & 0xff] << 8) ^
501
(
Te4
[(temp >> 24) ] << 16) ^
502
(
Te4
[(temp ) & 0xff] << 24) ^
519
(
Te4
[(temp >> 8) & 0xff] ) ^
520
(
Te4
[(temp >> 16) & 0xff] << 8) ^
521
(
Te4
[(temp >> 24) ] << 16) ^
522
(
Te4
[(temp ) & 0xff] << 24) ^
541
(
Te4
[(temp >> 8) & 0xff] )
[
all
...]
/external/openssl/crypto/aes/
aes_core.c
[
all
...]
aes_x86core.c
261
static const u8
Te4
[256] = {
499
(
Te4
[(temp >> 8) & 0xff] ) ^
500
(
Te4
[(temp >> 16) & 0xff] << 8) ^
501
(
Te4
[(temp >> 24) ] << 16) ^
502
(
Te4
[(temp ) & 0xff] << 24) ^
519
(
Te4
[(temp >> 8) & 0xff] ) ^
520
(
Te4
[(temp >> 16) & 0xff] << 8) ^
521
(
Te4
[(temp >> 24) ] << 16) ^
522
(
Te4
[(temp ) & 0xff] << 24) ^
541
(
Te4
[(temp >> 8) & 0xff] )
[
all
...]
Completed in 37 milliseconds