OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TE1
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/
aes-ia64.S
53
te0=r40;
te1
=r41; te2=r42; te3=r43;
65
#define
TE1
3
68
#define
TE1
1
96
add
te1
=
TE1
,te0
145
(p0) shladd te11=te11,3,
te1
// 5/0:
te1
+s1>>16
150
{ .mmi; (p0) ld4 te11=[te11] // 6/0:
te1
[s1>>16]
151
(p0) shladd te12=te12,3,
te1
// 6/1:
te1
+s2>>1
[
all
...]
/external/openssl/crypto/aes/asm/
aes-ia64.S
53
te0=r40;
te1
=r41; te2=r42; te3=r43;
65
#define
TE1
3
68
#define
TE1
1
96
add
te1
=
TE1
,te0
145
(p0) shladd te11=te11,3,
te1
// 5/0:
te1
+s1>>16
150
{ .mmi; (p0) ld4 te11=[te11] // 6/0:
te1
[s1>>16]
151
(p0) shladd te12=te12,3,
te1
// 6/1:
te1
+s2>>1
[
all
...]
/external/dropbear/libtomcrypt/src/ciphers/aes/
aes_tab.c
14
Te1
[x] = S [x].[03, 02, 01, 01];
307
#define
Te1
(x) RORc(TE0[x], 8)
324
#define
Te1
(x)
TE1
[x]
333
static const ulong32
TE1
[256] = {
[
all
...]
/external/wpa_supplicant_8/src/crypto/
aes_i.h
18
extern const u32
Te1
[256];
36
#define
TE1
(i)
Te1
[((i) >> 16) & 0xff]
76
#define
TE1
(i) rotr(Te0[((i) >> 16) & 0xff], 8)
Completed in 84 milliseconds