Home
last modified time | relevance | path

Searched refs:TD1 (Results 1 - 5 of 5) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Daes-internal-dec.c93 d##0 = TD0(s##0) ^ TD1(s##3) ^ TD2(s##2) ^ TD3(s##1) ^ rk[4 * i]; \ in rijndaelDecrypt()
94 d##1 = TD0(s##1) ^ TD1(s##0) ^ TD2(s##3) ^ TD3(s##2) ^ rk[4 * i + 1]; \ in rijndaelDecrypt()
95 d##2 = TD0(s##2) ^ TD1(s##1) ^ TD2(s##0) ^ TD3(s##3) ^ rk[4 * i + 2]; \ in rijndaelDecrypt()
96 d##3 = TD0(s##3) ^ TD1(s##2) ^ TD2(s##1) ^ TD3(s##0) ^ rk[4 * i + 3] in rijndaelDecrypt()
H A Daes_i.h54 #define TD1(i) Td1[((i) >> 16) & 0xff] macro
94 #define TD1(i) rotr(Td0[((i) >> 16) & 0xff], 8) macro
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Daes-internal-dec.c93 d##0 = TD0(s##0) ^ TD1(s##3) ^ TD2(s##2) ^ TD3(s##1) ^ rk[4 * i]; \ in rijndaelDecrypt()
94 d##1 = TD0(s##1) ^ TD1(s##0) ^ TD2(s##3) ^ TD3(s##2) ^ rk[4 * i + 1]; \ in rijndaelDecrypt()
95 d##2 = TD0(s##2) ^ TD1(s##1) ^ TD2(s##0) ^ TD3(s##3) ^ rk[4 * i + 2]; \ in rijndaelDecrypt()
96 d##3 = TD0(s##3) ^ TD1(s##2) ^ TD2(s##1) ^ TD3(s##0) ^ rk[4 * i + 3] in rijndaelDecrypt()
H A Daes_i.h54 #define TD1(i) Td1[((i) >> 16) & 0xff] macro
94 #define TD1(i) rotr(Td0[((i) >> 16) & 0xff], 8) macro
/third_party/typescript/tests/baselines/reference/
H A DmappedTypeAsClauses.js28 type TD1 = DoubleProp<{ a: string, b: number }>; // { a1: string, a2: string, b1: number, b2: number }
29 type TD2 = keyof TD1; // 'a1' | 'a2' | 'b1' | 'b2'
212 type TD1 = DoubleProp<{
216 type TD2 = keyof TD1;

Completed in 2 milliseconds