Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/crypto/axtls/
Dbigint.c59 static bigint *bi_int_multiply(BI_CTX *ctx, bigint *bi, comp i);
317 static bigint *bi_int_multiply(BI_CTX *ctx, bigint *bia, comp b) in bi_int_multiply() function
383 u = bi_int_multiply(ctx, u, d); in bi_divide()
391 v = bi_int_multiply(ctx, v, d); in bi_divide()
433 bi_int_multiply(ctx, bi_copy(v), q_dash), &is_negative); in bi_divide()
724 ctx->bi_normalised_mod[mod_offset] = bi_int_multiply(ctx, bim, d); in bi_set_mod()
1183 bi_int_multiply(ctx, bim, bixy->comps[i]*mod_inv), i)); in bi_mont()