Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/crypto/axtls/
Dbigint.h51 bigint *bi_divide(BI_CTX *ctx, bigint *bia, bigint *bim, int is_mod);
Dbigint.c353 bigint *bi_divide(BI_CTX *ctx, bigint *u, bigint *v, int is_mod) in bi_divide() argument
366 if (is_mod && bi_compare(v, u) > 0) in bi_divide()
385 if (is_mod) in bi_divide()
461 if (is_mod) /* get the remainder */ in bi_divide()