HomeSort by relevance Sort by last modified time
    Searched refs:Td4 (Results 1 - 13 of 13) sorted by null

  /external/openssl/crypto/aes/
aes_x86core.c 123 Td4[x] = Si[x].[01];
426 static const u8 Td4[256] = {
884 prefetch256(Td4);
886 t[0] = Td4[(s0 ) & 0xff] ^
887 Td4[(s3 >> 8) & 0xff] << 8 ^
888 Td4[(s2 >> 16) & 0xff] << 16 ^
889 Td4[(s1 >> 24) ] << 24;
890 t[1] = Td4[(s1 ) & 0xff] ^
891 Td4[(s0 >> 8) & 0xff] << 8 ^
892 Td4[(s3 >> 16) & 0xff] << 16
    [all...]
aes_core.c 53 Td4[x] = Si[x].[01];
585 static const u8 Td4[256] = {
    [all...]
  /external/wpa_supplicant_8/src/crypto/
aes_i.h 26 extern const u32 Td4[256];
57 #define TD41(i) (Td4[((i) >> 24) & 0xff] & 0xff000000)
58 #define TD42(i) (Td4[((i) >> 16) & 0xff] & 0x00ff0000)
59 #define TD43(i) (Td4[((i) >> 8) & 0xff] & 0x0000ff00)
60 #define TD44(i) (Td4[(i) & 0xff] & 0x000000ff)
aes-internal.c 61 Td4[x] = Si[x].[01, 01, 01, 01];
    [all...]