Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/crypto/axtls/
Dbigint.h55 int bi_compare(bigint *bia, bigint *bib);
Dbigint.c366 if (is_mod && bi_compare(v, u) > 0) in bi_divide()
977 int bi_compare(bigint *bia, bigint *bib) in bi_compare() function
1188 if (bi_compare(bixy, bim) >= 0) in bi_mont()
1322 if (bi_compare(r, bim) >= 0) in bi_barrett()