Home
last modified time | relevance | path

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

/lib/mpi/
Dec.c204 mpi_limb_t borrow; in ec_addm_25519() local
215 borrow = mpihelp_sub_n(wp, wp, ctx->p->d, wsize); in ec_addm_25519()
216 mpih_set_cond(n, ctx->p->d, wsize, (borrow != 0UL)); in ec_addm_25519()
226 mpi_limb_t borrow; in ec_subm_25519() local
236 borrow = mpihelp_sub_n(wp, up, vp, wsize); in ec_subm_25519()
237 mpih_set_cond(n, ctx->p->d, wsize, (borrow != 0UL)); in ec_subm_25519()
331 mpi_limb_t borrow; in ec_subm_448() local
341 borrow = mpihelp_sub_n(wp, up, vp, wsize); in ec_subm_448()
342 mpih_set_cond(n, ctx->p->d, wsize, (borrow != 0UL)); in ec_subm_448()