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

  /external/wpa_supplicant_8/src/crypto/
aes_i.h 17 extern const u32 Te0[256];
35 #define TE0(i) Te0[((i) >> 24) & 0xff]
75 #define TE0(i) Te0[((i) >> 24) & 0xff]
76 #define TE1(i) rotr(Te0[((i) >> 16) & 0xff], 8)
77 #define TE2(i) rotr(Te0[((i) >> 8) & 0xff], 16)
78 #define TE3(i) rotr(Te0[(i) & 0xff], 24)
79 #define TE41(i) ((Te0[((i) >> 24) & 0xff] << 8) & 0xff000000)
80 #define TE42(i) (Te0[((i) >> 16) & 0xff] & 0x00ff0000
    [all...]
aes-internal.c 51 Te0[x] = S [x].[02, 01, 01, 03];
64 const u32 Te0[256] = {
    [all...]
  /external/boringssl/src/crypto/fipsmodule/aes/
aes.c 62 // Te0[x] = S [x].[02, 01, 01, 03];
73 static const uint32_t Te0[256] = {
    [all...]
  /external/boringssl/ios-arm/crypto/fipsmodule/
aes-armv4.S 310 ldr r0,[r10,r0,lsl#2] @ Te0[s0>>24]
317 ldr r1,[r10,r1,lsl#2] @ Te0[s1>>24]
330 ldr r2,[r10,r2,lsl#2] @ Te0[s2>>24]
345 ldr r3,[r10,r3,lsl#2] @ Te0[s3>>24]
  /external/boringssl/linux-arm/crypto/fipsmodule/
aes-armv4.S 307 ldr r0,[r10,r0,lsl#2] @ Te0[s0>>24]
314 ldr r1,[r10,r1,lsl#2] @ Te0[s1>>24]
327 ldr r2,[r10,r2,lsl#2] @ Te0[s2>>24]
342 ldr r3,[r10,r3,lsl#2] @ Te0[s3>>24]

Completed in 714 milliseconds