Searched refs:fe_limb_t (Results 1 – 1 of 1) sorted by relevance
79 typedef uint64_t fe_limb_t; typedef118 typedef uint32_t fe_limb_t; typedef159 OPENSSL_STATIC_ASSERT(sizeof(fe) == sizeof(fe_limb_t) * FE_NUM_LIMBS,225 static void fe_mul_impl(fe_limb_t out[FE_NUM_LIMBS], in fe_mul_impl()226 const fe_limb_t in1[FE_NUM_LIMBS], in fe_mul_impl()227 const fe_limb_t in2[FE_NUM_LIMBS]) { in fe_mul_impl()274 static void fe_cswap(fe *f, fe *g, fe_limb_t b) { in fe_cswap()277 fe_limb_t x = f->v[i] ^ g->v[i]; in fe_cswap()301 static void fe_cmov(fe_loose *f, const fe_loose *g, fe_limb_t b) { in fe_cmov()311 fe_limb_t x = f->v[i] ^ g->v[i]; in fe_cmov()