Searched defs:R23 (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/boringssl/src/crypto/poly1305/
H A Dpoly1305_vec.c67 } R20, R21, R22, R23, R24, S21, S22, S23, S24; member in struct:poly1305_power_t
171 p->R23.d[1] = U8TO32_LE(key + 16);
172 p->R23.d[3] = U8TO32_LE(key + 20);
207 pad0 = ((uint64_t)p->R23.d[3] << 32) | (uint64_t)p->R23.d[1];
242 p->R23.v = _mm_shuffle_epi32(
249 p->S23.v = _mm_mul_epu32(p->R23.v, FIVE);
262 p->R23.d[1] = (uint32_t)(pad0);
263 p->R23.d[3] = (uint32_t)(pad0 >> 32);
304 T3 = _mm_mul_epu32(H0, p->R23
[all...]

Completed in 1575 milliseconds