HomeSort by relevance Sort by last modified time
    Searched defs:x127 (Results 1 - 3 of 3) sorted by null

  /external/boringssl/src/third_party/fiat/
curve25519_32.h 231 uint32_t x127 = (uint32_t)(x125 & UINT32_C(0x1ffffff)); local
257 out1[5] = x127;
    [all...]
p256_64.h 281 uint64_t x127; local
283 fiat_p256_addcarryx_u64(&x127, &x128, 0x0, x121, x107);
594 uint64_t x127; local
596 fiat_p256_addcarryx_u64(&x127, &x128, 0x0, x121, x107);
    [all...]
p256_32.h 277 uint32_t x127; local
279 fiat_p256_mulx_u32(&x127, &x128, x107, UINT32_C(0xffffffff));
291 fiat_p256_addcarryx_u32(&x135, &x136, x134, x127, x130);
1326 uint32_t x127; local
2598 uint32_t x127; local
    [all...]

Completed in 107 milliseconds