HomeSort by relevance Sort by last modified time
    Searched defs:Te1 (Results 1 - 6 of 6) sorted by null

  /external/wpa_supplicant_8/src/crypto/
aes-internal.c 52 Te1[x] = S [x].[03, 02, 01, 01];
131 const u32 Te1[256] = {
    [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/openssh/
rijndael.c 39 Te1[x] = S [x].[03, 02, 01, 01];
117 static const u32 Te1[256] = {
    [all...]
  /external/openssl/crypto/aes/
aes_core.c 45 Te1[x] = S [x].[03, 02, 01, 01];
122 static const u32 Te1[256] = {
    [all...]
aes_x86core.c 109 Te1[x] = S [x].[03, 02, 01, 01];
114 #define Te1 (u32)((u64*)((u8*)Te+3))
713 Te1[(s1 >> 8) & 0xff] ^
718 Te1[(s2 >> 8) & 0xff] ^
723 Te1[(s3 >> 8) & 0xff] ^
728 Te1[(s0 >> 8) & 0xff] ^
779 Te1[(s1 >> 8) & 0xff] ^
784 Te1[(s2 >> 8) & 0xff] ^
789 Te1[(s3 >> 8) & 0xff] ^
794 Te1[(s0 >> 8) & 0xff]
    [all...]
  /external/qemu/
aes.c 48 Te1[x] = S [x].[03, 02, 01, 01];
126 static const u32 Te1[256] = {
    [all...]

Completed in 368 milliseconds