Home
last modified time | relevance | path

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

/openssl/crypto/ec/curve448/
H A Dscalar.c17 static const c448_word_t MONTGOMERY_FACTOR = (c448_word_t) 0x3bd440fae918bc5ULL;
55 c448_word_t borrow; in sc_subx()
59 out->limb[i] = (c448_word_t)chain; in sc_subx()
67 out->limb[i] = (c448_word_t)chain; in sc_subx()
77 c448_word_t hi_carry = 0; in sc_montmul()
80 c448_word_t mand = a->limb[i]; in sc_montmul()
81 const c448_word_t *mier = b->limb; in sc_montmul()
86 accum[j] = (c448_word_t)chain; in sc_montmul()
89 accum[j] = (c448_word_t)chain; in sc_montmul()
102 accum[j - 1] = (c448_word_t)chain; in sc_montmul()
[all …]
H A Dcurve448utils.h40 typedef uint64_t c448_word_t; typedef
51 typedef uint32_t c448_word_t; typedef
H A Dpoint_448.h68 c448_word_t limb[C448_SCALAR_LIMBS];

Completed in 19 milliseconds