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

  /src/sys/crypto/aes/
aes_ct.c 64 uint32_t t40, t41, t42, t43, t44, t45, t46, t47, t48, t49; local in function:br_aes_ct_bitslice_Sbox
147 t40 = t25 ^ t39;
149 t41 = t40 ^ t37;
151 t43 = t29 ^ t40;
158 z4 = t40 & y1;
167 z13 = t40 & y5;
  /src/sys/crypto/aes/arch/x86/
aes_sse2.c 67 __m128i t40, t41, t42, t43, t44, t45, t46, t47, t48, t49; local in function:aes_sse2_bitslice_Sbox
150 t40 = t25 ^ t39;
152 t41 = t40 ^ t37;
154 t43 = t29 ^ t40;
161 z4 = t40 & y1;
170 z13 = t40 & y5;

Completed in 12 milliseconds