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

  /external/dropbear/libtomcrypt/src/ciphers/aes/
aes_tab.c 15 Te2[x] = S [x].[01, 03, 02, 01];
308 #define Te2(x) RORc(TE0[x], 16)
325 #define Te2(x) TE2[x]
399 static const ulong32 TE2[256] = {
    [all...]
  /external/openssl/crypto/aes/
aes_core.c 49 Te2[x] = S [x].[01, 03, 02, 01];
191 static const u32 Te2[256] = {
    [all...]
  /external/qemu/
aes.c 49 Te2[x] = S [x].[01, 03, 02, 01];
192 static const u32 Te2[256] = {
    [all...]
  /external/wpa_supplicant/
aes.c 59 Te2[x] = S [x].[01, 03, 02, 01];
203 static const u32 Te2[256] = {
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
aes.c 65 Te2[x] = S [x].[01, 03, 02, 01];
209 static const u32 Te2[256] = {
    [all...]

Completed in 102 milliseconds