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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dsquare.cpp74 #define squareRound(text, temp, T0, T1, T2, T3, roundkey) \ macro
96 } /* squareRound */
138 squareRound (text, temp, Te[0], Te[1], Te[2], Te[3], roundkeys[i]);
139 squareRound (temp, text, Te[0], Te[1], Te[2], Te[3], roundkeys[i+1]);
141 squareRound (text, temp, Te[0], Te[1], Te[2], Te[3], roundkeys[ROUNDS-1]);
163 squareRound (text, temp, Td[0], Td[1], Td[2], Td[3], roundkeys[i]);
164 squareRound (temp, text, Td[0], Td[1], Td[2], Td[3], roundkeys[i+1]);
166 squareRound (text, temp, Td[0], Td[1], Td[2], Td[3], roundkeys[ROUNDS-1]);

Completed in 104 milliseconds