Searched refs:mand (Results 1 – 1 of 1) sorted by relevance
80 c448_word_t mand = a->limb[i]; in sc_montmul() local85 chain += ((c448_dword_t) mand) * mier[j] + accum[j]; in sc_montmul()91 mand = accum[0] * MONTGOMERY_FACTOR; in sc_montmul()95 chain += (c448_dword_t) mand *mier[j] + accum[j]; in sc_montmul()
Completed in 7 milliseconds