Home
last modified time | relevance | path

Searched refs:limb_t (Results 1 – 1 of 1) sorted by relevance

/external/boringssl/src/third_party/fiat/
Dp256.c62 typedef uint64_t limb_t; typedef
67 typedef uint32_t limb_t; typedef
82 static limb_t fe_nz(const limb_t in1[NLIMBS]) { in fe_nz()
83 limb_t ret; in fe_nz()
88 static void fe_copy(limb_t out[NLIMBS], const limb_t in1[NLIMBS]) { in fe_copy()
94 static void fe_cmovznz(limb_t out[NLIMBS], limb_t t, const limb_t z[NLIMBS], in fe_cmovznz()
95 const limb_t nz[NLIMBS]) { in fe_cmovznz()
266 limb_t z1nz = fe_nz(z1); in point_add()
267 limb_t z2nz = fe_nz(z2); in point_add()
306 limb_t xneq = fe_nz(h); in point_add()
[all …]