poly1305_sse2.c | 110 uint64_t t0, t1; local in function:poly1305_init_ext 123 memcpy(&t1, key + 8, 8); 126 t0 |= t1 << 20; 128 t1 >>= 24; 129 r2 = t1 & 0x00ffffffc0f; 207 xmmi T0, T1, T2, T3, T4, T5, T6, T7, T8; 240 T1 = _mm_loadu_si128((const xmmi *) (const void *) &st->H.hh[4]); 244 H2 = _mm_shuffle_epi32(T1, _MM_SHUFFLE(1, 1, 0, 0)); 245 H3 = _mm_shuffle_epi32(T1, _MM_SHUFFLE(3, 3, 2, 2)); 254 T1 = _mm_cvtsi32_si128(st->R2[4]) 685 uint32_t t0, t1, t2, t3, t4, b; local in function:poly1305_blocks [all...] |