Searched defs:R24 (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
173 p->R24.d[1] = U8TO32_LE(key + 24);
174 p->R24.d[3] = U8TO32_LE(key + 28);
208 pad1 = ((uint64_t)p->R24.d[3] << 32) | (uint64_t)p->R24.d[1];
245 p->R24.v = _mm_shuffle_epi32(_mm_cvtsi32_si128((uint32_t)((r22 >> 16))),
250 p->S24.v = _mm_mul_epu32(p->R24.v, FIVE);
264 p->R24.d[1] = (uint32_t)(pad1);
265 p->R24.d[3] = (uint32_t)(pad1 >> 32);
305 T4 = _mm_mul_epu32(H0, p->R24
[all...]

Completed in 81 milliseconds