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

  /src/sys/crypto/chacha/arch/arm/
chacha_neon.c 50 uint16x8_t y16, x16 = vreinterpretq_u16_u32(x);
52 y16 = vrev32q_u16(x16);
54 return vreinterpretq_u32_u16(y16);
49 uint16x8_t y16, x16 = vreinterpretq_u16_u32(x); local in function:rol16
  /src/sys/crypto/aes/
aes_ct.c 56 uint32_t y10, y11, y12, y13, y14, y15, y16, y17, y18, y19; local in function:br_aes_ct_bitslice_Sbox
101 y16 = t0 ^ y11;
102 y21 = y13 ^ y16;
103 y18 = x0 ^ y16;
113 t7 = y13 & y16;
157 z3 = t43 & y16;
  /src/sys/crypto/aes/arch/x86/
aes_sse2.c 59 __m128i y10, y11, y12, y13, y14, y15, y16, y17, y18, y19; local in function:aes_sse2_bitslice_Sbox
104 y16 = t0 ^ y11;
105 y21 = y13 ^ y16;
106 y18 = x0 ^ y16;
116 t7 = y13 & y16;
160 z3 = t43 & y16;

Completed in 31 milliseconds