Searched refs:mpih_set_cond (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/lib/mpi/ |
D | ec.c | 182 static void mpih_set_cond(mpi_ptr_t wp, mpi_ptr_t up, in mpih_set_cond() function 216 mpih_set_cond(n, ctx->p->d, wsize, (borrow != 0UL)); in ec_addm_25519() 237 mpih_set_cond(n, ctx->p->d, wsize, (borrow != 0UL)); in ec_subm_25519() 287 mpih_set_cond(m, ctx->p->d, wsize, (cy != 0UL)); in ec_mulm_25519() 322 mpih_set_cond(n, ctx->p->d, wsize, (cy != 0UL)); in ec_addm_448() 342 mpih_set_cond(n, ctx->p->d, wsize, (borrow != 0UL)); in ec_subm_448() 439 mpih_set_cond(n, ctx->p->d, wsize, (cy != 0UL)); in ec_mulm_448()
|