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

  /external/dropbear/libtomcrypt/src/ciphers/aes/
aes_tab.c 20 Td1[x] = Si[x].[0b, 0e, 09, 0d];
312 #define Td1(x) RORc(TD0[x], 8)
329 #define Td1(x) TD1[x]
    [all...]
  /external/openssl/crypto/aes/
aes_core.c 53 Td1[x] = Si[x].[0b, 0e, 09, 0d];
390 static const u32 Td1[256] = {
    [all...]
  /external/qemu/
aes.c 54 Td1[x] = Si[x].[0b, 0e, 09, 0d];
457 static const u32 Td1[256] = {
    [all...]
  /external/wpa_supplicant/
aes.c 64 Td1[x] = Si[x].[0b, 0e, 09, 0d];
470 static const u32 Td1[256] = {
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
aes.c 70 Td1[x] = Si[x].[0b, 0e, 09, 0d];
476 static const u32 Td1[256] = {
    [all...]

Completed in 192 milliseconds