HomeSort by: relevance | last modified time | path
    Searched defs:t37 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/crypto/aes/
aes_ct.c 63 uint32_t t30, t31, t32, t33, t34, t35, t36, t37, t38, t39; local in function:br_aes_ct_bitslice_Sbox
144 t37 = t36 ^ t34;
149 t41 = t40 ^ t37;
152 t44 = t33 ^ t37;
155 z1 = t37 & y6;
164 z10 = t37 & y3;
  /src/sys/crypto/aes/arch/x86/
aes_sse2.c 66 __m128i t30, t31, t32, t33, t34, t35, t36, t37, t38, t39; local in function:aes_sse2_bitslice_Sbox
147 t37 = t36 ^ t34;
152 t41 = t40 ^ t37;
155 t44 = t33 ^ t37;
158 z1 = t37 & y6;
167 z10 = t37 & y3;

Completed in 11 milliseconds