Searched refs:c448_word_t (Results 1 – 3 of 3) sorted by relevance
17 static const c448_word_t MONTGOMERY_FACTOR = (c448_word_t) 0x3bd440fae918bc5ULL;49 const c448_word_t accum[C448_SCALAR_LIMBS], in sc_subx()51 const curve448_scalar_t p, c448_word_t extra) in sc_subx()55 c448_word_t borrow; in sc_subx()59 out->limb[i] = (c448_word_t)chain; in sc_subx()62 borrow = (c448_word_t)chain + extra; /* = 0 or -1 */ in sc_subx()67 out->limb[i] = (c448_word_t)chain; in sc_subx()76 c448_word_t accum[C448_SCALAR_LIMBS + 1] = { 0 }; in sc_montmul()77 c448_word_t hi_carry = 0; in sc_montmul()80 c448_word_t mand = a->limb[i]; in sc_montmul()[all …]
38 typedef uint64_t c448_word_t; typedef49 typedef uint32_t c448_word_t; typedef
68 c448_word_t limb[C448_SCALAR_LIMBS];