| /third_party/node/deps/openssl/openssl/crypto/ec/ |
| H A D | ecp_nistp521.c | 134 typedef uint128_t largefelem[NLIMBS]; 381 static const uint128_t two127m70 = in felem_diff128() 382 (((uint128_t) 1) << 127) - (((uint128_t) 1) << 70); in felem_diff128() 383 static const uint128_t two127m69 = in felem_diff128() 384 (((uint128_t) 1) << 127) - (((uint128_t) 1) << 69); in felem_diff128() 421 out[0] = ((uint128_t) in[0]) * in[0]; in felem_square_ref() 422 out[1] = ((uint128_t) in[0]) * inx2[1]; in felem_square_ref() 423 out[2] = ((uint128_t) i in felem_square_ref() [all...] |
| H A D | ecp_nistp256.c | 115 typedef uint128_t limb; 490 a = ((uint128_t) small[0]) * small[0]; in smallfelem_square() 496 a = ((uint128_t) small[0]) * small[1]; in smallfelem_square() 503 a = ((uint128_t) small[0]) * small[2]; in smallfelem_square() 510 a = ((uint128_t) small[0]) * small[3]; in smallfelem_square() 516 a = ((uint128_t) small[1]) * small[2]; in smallfelem_square() 523 a = ((uint128_t) small[1]) * small[1]; in smallfelem_square() 529 a = ((uint128_t) small[1]) * small[3]; in smallfelem_square() 536 a = ((uint128_t) small[2]) * small[3]; in smallfelem_square() 544 a = ((uint128_t) smal in smallfelem_square() [all...] |
| /third_party/openssl/crypto/ec/ |
| H A D | ecp_nistp521.c | 134 typedef uint128_t largefelem[NLIMBS]; 381 static const uint128_t two127m70 = in felem_diff128() 382 (((uint128_t) 1) << 127) - (((uint128_t) 1) << 70); in felem_diff128() 383 static const uint128_t two127m69 = in felem_diff128() 384 (((uint128_t) 1) << 127) - (((uint128_t) 1) << 69); in felem_diff128() 421 out[0] = ((uint128_t) in[0]) * in[0]; in felem_square_ref() 422 out[1] = ((uint128_t) in[0]) * inx2[1]; in felem_square_ref() 423 out[2] = ((uint128_t) i in felem_square_ref() [all...] |
| H A D | ecp_nistp256.c | 115 typedef uint128_t limb; 490 a = ((uint128_t) small[0]) * small[0]; in smallfelem_square() 496 a = ((uint128_t) small[0]) * small[1]; in smallfelem_square() 503 a = ((uint128_t) small[0]) * small[2]; in smallfelem_square() 510 a = ((uint128_t) small[0]) * small[3]; in smallfelem_square() 516 a = ((uint128_t) small[1]) * small[2]; in smallfelem_square() 523 a = ((uint128_t) small[1]) * small[1]; in smallfelem_square() 529 a = ((uint128_t) small[1]) * small[3]; in smallfelem_square() 536 a = ((uint128_t) small[2]) * small[3]; in smallfelem_square() 544 a = ((uint128_t) smal in smallfelem_square() [all...] |
| /third_party/mbedtls/3rdparty/everest/library/ |
| H A D | Hacl_Curve25519.c | 17 extern uint128_t FStar_UInt128_add(uint128_t x0, uint128_t x1); 19 extern uint128_t FStar_UInt128_add_mod(uint128_t x0, uint128_t x1); 21 extern uint128_t FStar_UInt128_logand(uint128_t x0, uint128_t x1); 23 extern uint128_t FStar_UInt128_shift_righ [all...] |
| /third_party/FreeBSD/sys/dev/random/ |
| H A D | uint128.h | 40 typedef __uint128_t uint128_t; typedef 47 } uint128_t; typedef 48 static const uint128_t very_long_zero = {0UL,0UL}; 53 uint128_increment(uint128_t *big_uintp) in uint128_increment() 65 uint128_add64(uint128_t *big_uintp, uint64_t add) in uint128_add64() 80 uint128_equals(uint128_t a, uint128_t b) in uint128_equals() 91 uint128_is_zero(uint128_t big_uint) in uint128_is_zero()
|
| H A D | yarrow.c | 76 CTASSERT(RANDOM_BLOCKSIZE == sizeof(uint128_t)); 91 uint128_t ys_counter; /* C */ 264 static uint128_t temp; in random_yarrow_reseed_internal()
|
| /third_party/node/deps/openssl/openssl/crypto/ec/curve448/arch_64/ |
| H A D | arch_intrinsics.h | 22 static ossl_inline uint128_t widemul(uint64_t a, uint64_t b) in widemul() 24 return ((uint128_t) a) * b; in widemul()
|
| H A D | f_impl64.c | 28 uint128_t accum0 = 0, accum1 = 0, accum2; in gf_mul() 80 uint128_t accum0 = 0, accum4 = 0; in gf_mulw_unsigned() 106 uint128_t accum0 = 0, accum1 = 0, accum2; in gf_sqr()
|
| /third_party/openssl/crypto/ec/curve448/arch_64/ |
| H A D | arch_intrinsics.h | 22 static ossl_inline uint128_t widemul(uint64_t a, uint64_t b) in widemul() 24 return ((uint128_t) a) * b; in widemul()
|
| H A D | f_impl64.c | 28 uint128_t accum0 = 0, accum1 = 0, accum2; in gf_mul() 80 uint128_t accum0 = 0, accum4 = 0; in gf_mulw_unsigned() 106 uint128_t accum0 = 0, accum1 = 0, accum2; in gf_sqr()
|
| /third_party/ltp/tools/sparse/sparse-src/validation/ |
| H A D | int128.c | 3 typedef unsigned __int128 uint128_t; typedef 23 tmp = (((uint128_t)a) * b) + c; in foo()
|
| /third_party/node/deps/openssl/openssl/include/internal/ |
| H A D | numbers.h | 67 typedef __uint128_t uint128_t; typedef 70 # define UINT128_MAX __MAXUINT__(uint128_t)
|
| /third_party/openssl/include/internal/ |
| H A D | numbers.h | 67 typedef __uint128_t uint128_t; typedef 70 # define UINT128_MAX __MAXUINT__(uint128_t)
|
| /third_party/node/deps/openssl/openssl/crypto/ec/curve448/ |
| H A D | curve448utils.h | 46 typedef uint128_t c448_dword_t;
|
| H A D | word.h | 30 typedef uint128_t dword_t;
|
| /third_party/openssl/crypto/ec/curve448/ |
| H A D | curve448utils.h | 46 typedef uint128_t c448_dword_t;
|
| H A D | word.h | 30 typedef uint128_t dword_t;
|
| /third_party/node/deps/openssl/openssl/crypto/bn/ |
| H A D | bn_local.h | 386 # define BN_UMULT_HIGH(a,b) (((uint128_t)(a)*(b))>>64) 388 uint128_t ret=(uint128_t)(a)*(b); \
|
| H A D | bn_div.c | 100 # define BN_ULLONG uint128_t
|
| /third_party/openssl/crypto/bn/ |
| H A D | bn_local.h | 386 # define BN_UMULT_HIGH(a,b) (((uint128_t)(a)*(b))>>64) 388 uint128_t ret=(uint128_t)(a)*(b); \
|
| /third_party/openssl/test/ |
| H A D | sanitytest.c | 91 || !TEST_size_t_eq(sizeof(uint128_t), 16) in test_sanity_range()
|
| /third_party/node/deps/openssl/openssl/crypto/poly1305/ |
| H A D | poly1305_base2_44.c | 21 typedef uint128_t u128;
|
| H A D | poly1305.c | 100 typedef uint128_t u128;
|
| /third_party/openssl/crypto/poly1305/ |
| H A D | poly1305_base2_44.c | 21 typedef uint128_t u128;
|