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

/external/boringssl/src/crypto/poly1305/
H A Dpoly1305_vec.c65 } R20, R21, R22, R23, R24, S21, S22, S23, S24; member in struct:poly1305_power_t
169 p->R23.d[1] = U8TO32_LE(key + 16);
170 p->R23.d[3] = U8TO32_LE(key + 20);
205 pad0 = ((uint64_t)p->R23.d[3] << 32) | (uint64_t)p->R23.d[1];
240 p->R23.v = _mm_shuffle_epi32(
247 p->S23.v = _mm_mul_epu32(p->R23.v, FIVE);
260 p->R23.d[1] = (uint32_t)(pad0);
261 p->R23.d[3] = (uint32_t)(pad0 >> 32);
302 T3 = _mm_mul_epu32(H0, p->R23
[all...]
/external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
H A DDebugSupport.h312 UINT64 R23; member in struct:__anon22175

Completed in 139 milliseconds