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

  /external/dropbear/libtomcrypt/src/ciphers/aes/
aes_tab.c 21 Td2[x] = Si[x].[0d, 0b, 0e, 09];
313 #define Td2(x) RORc(TD0[x], 16)
330 #define Td2(x) TD2[x]
    [all...]
  /external/openssl/crypto/aes/
aes_core.c 54 Td2[x] = Si[x].[0d, 0b, 0e, 09];
456 static const u32 Td2[256] = {
    [all...]
  /external/qemu/
aes.c 55 Td2[x] = Si[x].[0d, 0b, 0e, 09];
523 static const u32 Td2[256] = {
    [all...]
  /external/wpa_supplicant/
aes.c 65 Td2[x] = Si[x].[0d, 0b, 0e, 09];
536 static const u32 Td2[256] = {
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
aes.c 71 Td2[x] = Si[x].[0d, 0b, 0e, 09];
542 static const u32 Td2[256] = {
    [all...]

Completed in 284 milliseconds