HomeSort by: relevance | last modified time | path
    Searched refs:vreinterpretq_u32_u8 (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/crypto/chacha/arch/arm/
chacha_neon.c 76 return vreinterpretq_u32_u8(y8);
162 r0 = in0 = vreinterpretq_u32_u8(vld1q_u8(c));
163 r1 = in1 = vreinterpretq_u32_u8(vld1q_u8(k + 0));
164 r2 = in2 = vreinterpretq_u32_u8(vld1q_u8(k + 16));
165 r3 = in3 = vreinterpretq_u32_u8(vld1q_u8(in));
184 r0 = vreinterpretq_u32_u8(vld1q_u8(c));
185 r1 = vreinterpretq_u32_u8(vld1q_u8(k + 0));
186 r2 = vreinterpretq_u32_u8(vld1q_u8(k + 16));
187 r3 = vreinterpretq_u32_u8(vld1q_u8(in));
213 in0 = vreinterpretq_u32_u8(vld1q_u8(chacha_const32))
    [all...]
  /src/sys/crypto/aes/arch/arm/
aes_neon_subr.c 305 ctr = vreinterpretq_u32_u8(vrev32q_u8(ctr_be));
336 ctr = vreinterpretq_u32_u8(vrev32q_u8(ctr_be));
aes_neon.c 276 rk32 = vreinterpretq_u32_u8(rk);
335 uint32x4_t prkhi32 = vreinterpretq_u32_u8(prkhi);
336 uint32x4_t prk32 = vreinterpretq_u32_u8(prk);
439 vgetq_lane_u32(vreinterpretq_u32_u8(rk),
537 vgetq_lane_u32(vreinterpretq_u32_u8(rk),
  /src/sys/crypto/arch/arm/
arm_neon.h 395 vreinterpretq_u32_u8(uint8x16_t __v) function in typeref:typename:_INTRINSATTR uint32x4_t

Completed in 14 milliseconds