Home
last modified time | relevance | path

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

/netbsd/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dbignum.c372 compare_magnitude(mp_int * a, mp_int * b) in compare_magnitude() function
413 return (a->sign == MP_NEG) ? compare_magnitude(b, a) : compare_magnitude(a, b); in signed_compare()
713 if (compare_magnitude(a, b) != MP_LT) { in signed_subtract()
839 if (compare_magnitude(a, b) == MP_LT) { in signed_add()
999 if (compare_magnitude(a, b) == MP_LT) { in signed_divide()
2713 if (compare_magnitude(a, n) != MP_LT) { in mp_reduce_2k_l()
3750 if (compare_magnitude(x, n) != MP_LT) { in fast_mp_montgomery_reduce()
3848 if (compare_magnitude(x, n) != MP_LT) { in mp_montgomery_reduce()
3940 if (compare_magnitude(x, n) != MP_LT) { in diminished_radix_reduce()
4012 if (compare_magnitude(a, n) != MP_LT) { in mp_reduce_2k()
[all …]
/netbsd/sbin/nvmectl/
H A Dbignum.c368 compare_magnitude(mp_int * a, mp_int * b) in compare_magnitude() function
409 return (a->sign == MP_NEG) ? compare_magnitude(b, a) : compare_magnitude(a, b); in signed_compare()
709 if (compare_magnitude(a, b) != MP_LT) { in signed_subtract()
835 if (compare_magnitude(a, b) == MP_LT) { in signed_add()
995 if (compare_magnitude(a, b) == MP_LT) { in signed_divide()
2709 if (compare_magnitude(a, n) != MP_LT) { in mp_reduce_2k_l()
3727 if (compare_magnitude(x, n) != MP_LT) { in fast_mp_montgomery_reduce()
3825 if (compare_magnitude(x, n) != MP_LT) { in mp_montgomery_reduce()
3917 if (compare_magnitude(x, n) != MP_LT) { in diminished_radix_reduce()
3989 if (compare_magnitude(a, n) != MP_LT) { in mp_reduce_2k()
[all …]