Home
last modified time | relevance | path

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

/openssl/crypto/ec/curve448/
H A Dscalar.c77 c448_word_t hi_carry = 0; in sc_montmul() local
101 chain += hi_carry; in sc_montmul()
103 hi_carry = chain >> WBITS; in sc_montmul()
106 sc_subx(out, accum, sc_p, sc_p, hi_carry); in sc_montmul()

Completed in 5 milliseconds