Searched refs:uint128_t (Results 1 – 20 of 20) sorted by relevance
/third_party/openssl/crypto/ec/ |
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) in[0]) * inx2[2] + ((uint128_t) in[1]) * in[1]; in felem_square_ref() 424 out[3] = ((uint128_t) in[0]) * inx2[3] + ((uint128_t) in[1]) * inx2[2]; in felem_square_ref() 425 out[4] = ((uint128_t) in[0]) * inx2[4] + in felem_square_ref() [all …]
|
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) small[2]) * small[2]; in smallfelem_square() [all …]
|
D | ecp_nistp224.c | 77 typedef uint128_t widelimb;
|
D | curve25519.c | 398 typedef uint128_t u128;
|
/third_party/mbedtls/3rdparty/everest/library/ |
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_right(uint128_t x0, uint32_t x1); 25 extern uint128_t FStar_UInt128_uint64_to_uint128(uint64_t x0); 27 extern uint64_t FStar_UInt128_uint128_to_uint64(uint128_t x0); 29 extern uint128_t FStar_UInt128_mul_wide(uint64_t x0, uint64_t x1); 41 inline static void Hacl_Bignum_Fproduct_copy_from_wide_(uint64_t *output, uint128_t *input) in Hacl_Bignum_Fproduct_copy_from_wide_() 46 uint128_t xi = input[i]; in Hacl_Bignum_Fproduct_copy_from_wide_() 52 Hacl_Bignum_Fproduct_sum_scalar_multiplication_(uint128_t *output, uint64_t *input, uint64_t s) in Hacl_Bignum_Fproduct_sum_scalar_multiplication_() [all …]
|
/third_party/FreeBSD/sys/dev/random/ |
D | uint128.h | 42 typedef __uint128_t uint128_t; typedef 49 } uint128_t; typedef 50 static const uint128_t very_long_zero = {0UL,0UL}; 55 uint128_increment(uint128_t *big_uintp) in uint128_increment() 67 uint128_add64(uint128_t *big_uintp, uint64_t add) in uint128_add64() 82 uint128_equals(uint128_t a, uint128_t b) in uint128_equals() 93 uint128_is_zero(uint128_t big_uint) in uint128_is_zero()
|
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/openssl/crypto/ec/curve448/arch_64/ |
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()
|
D | f_impl64.c | 28 uint128_t accum0 = 0, accum1 = 0, accum2; 80 uint128_t accum0 = 0, accum4 = 0; 106 uint128_t accum0 = 0, accum1 = 0, accum2;
|
/third_party/ltp/tools/sparse/sparse-src/validation/ |
D | int128.c | 3 typedef unsigned __int128 uint128_t; typedef 23 tmp = (((uint128_t)a) * b) + c; in foo()
|
/third_party/openssl/include/internal/ |
D | numbers.h | 67 typedef __uint128_t uint128_t; typedef 70 # define UINT128_MAX __MAXUINT__(uint128_t)
|
/third_party/openssl/crypto/ec/curve448/ |
D | curve448utils.h | 46 typedef uint128_t c448_dword_t;
|
D | word.h | 30 typedef uint128_t dword_t;
|
/third_party/openssl/crypto/bn/ |
D | bn_local.h | 398 # define BN_UMULT_HIGH(a,b) (((uint128_t)(a)*(b))>>64) 400 uint128_t ret=(uint128_t)(a)*(b); \
|
D | bn_div.c | 100 # define BN_ULLONG uint128_t
|
D | rsa_sup_mul.c | 16 typedef uint128_t limb2_t;
|
/third_party/openssl/test/ |
D | sanitytest.c | 91 || !TEST_size_t_eq(sizeof(uint128_t), 16) in test_sanity_range()
|
/third_party/openssl/crypto/poly1305/ |
D | poly1305_base2_44.c | 21 typedef uint128_t u128;
|
D | poly1305.c | 100 typedef uint128_t u128;
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 78150 configure: Change check for uint128_t 78151 Check for ability to divide uint128_t values, since that what 78153 uint128_t type doesn't mean the compiler can actually generate
|