Home
last modified time | relevance | path

Searched refs:uint128_t (Results 1 - 25 of 31) sorted by relevance

12

/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decp_nistp521.c134 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 Decp_nistp256.c115 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 Decp_nistp521.c134 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 Decp_nistp256.c115 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 DHacl_Curve25519.c17 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 Duint128.h40 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 Dyarrow.c76 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 Darch_intrinsics.h22 static ossl_inline uint128_t widemul(uint64_t a, uint64_t b) in widemul()
24 return ((uint128_t) a) * b; in widemul()
H A Df_impl64.c28 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 Darch_intrinsics.h22 static ossl_inline uint128_t widemul(uint64_t a, uint64_t b) in widemul()
24 return ((uint128_t) a) * b; in widemul()
H A Df_impl64.c28 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 Dint128.c3 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 Dnumbers.h67 typedef __uint128_t uint128_t; typedef
70 # define UINT128_MAX __MAXUINT__(uint128_t)
/third_party/openssl/include/internal/
H A Dnumbers.h67 typedef __uint128_t uint128_t; typedef
70 # define UINT128_MAX __MAXUINT__(uint128_t)
/third_party/node/deps/openssl/openssl/crypto/ec/curve448/
H A Dcurve448utils.h46 typedef uint128_t c448_dword_t;
H A Dword.h30 typedef uint128_t dword_t;
/third_party/openssl/crypto/ec/curve448/
H A Dcurve448utils.h46 typedef uint128_t c448_dword_t;
H A Dword.h30 typedef uint128_t dword_t;
/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_local.h386 # define BN_UMULT_HIGH(a,b) (((uint128_t)(a)*(b))>>64)
388 uint128_t ret=(uint128_t)(a)*(b); \
H A Dbn_div.c100 # define BN_ULLONG uint128_t
/third_party/openssl/crypto/bn/
H A Dbn_local.h386 # 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 Dsanitytest.c91 || !TEST_size_t_eq(sizeof(uint128_t), 16) in test_sanity_range()
/third_party/node/deps/openssl/openssl/crypto/poly1305/
H A Dpoly1305_base2_44.c21 typedef uint128_t u128;
H A Dpoly1305.c100 typedef uint128_t u128;
/third_party/openssl/crypto/poly1305/
H A Dpoly1305_base2_44.c21 typedef uint128_t u128;

Completed in 16 milliseconds

12