Searched refs:c448_word_t (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/crypto/openssl/crypto/ec/curve448/
H A Dscalar.c17 static const c448_word_t MONTGOMERY_FACTOR = (c448_word_t) 0x3bd440fae918bc5ULL;
49 const c448_word_t accum[C448_SCALAR_LIMBS],
51 const curve448_scalar_t p, c448_word_t extra)
55 c448_word_t borrow;
59 out->limb[i] = (c448_word_t)chain;
62 borrow = (c448_word_t)chain + extra; /* = 0 or -1 */
67 out->limb[i] = (c448_word_t)chain;
76 c448_word_t accum[C448_SCALAR_LIMBS + 1] = { 0 };
77 c448_word_t hi_carr
[all...]
H A Dcurve448utils.h38 typedef uint64_t c448_word_t; typedef
49 typedef uint32_t c448_word_t; typedef
H A Dpoint_448.h68 c448_word_t limb[C448_SCALAR_LIMBS];

Completed in 77 milliseconds