Home
last modified time | relevance | path

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

/netbsd/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dbignum.c994 if (MP_ISZERO(b) == MP_YES) { in signed_divide()
1311 if (MP_ISZERO(b) == MP_YES) { in fast_modular_inverse()
1399 if (MP_ISZERO(&u) == MP_NO) { in fast_modular_inverse()
1435 if (b->sign == MP_NEG || MP_ISZERO(b) == MP_YES) { in slow_modular_inverse()
1587 if (b->sign == MP_NEG || MP_ISZERO(b) == MP_YES) { in modular_inverse()
4433 if (b == 1 || MP_ISZERO(a) == 1) { in signed_divide_word()
4733 if (MP_ISZERO(a) == 1) { in mp_cnt_lsb()
4939 if (MP_ISZERO(a) == MP_YES) { in mp_radix_size()
4961 while (MP_ISZERO(&t) == MP_NO) { in mp_radix_size()
4995 if (MP_ISZERO(a) == MP_YES) { in mp_toradix_n()
[all …]
/netbsd/sbin/nvmectl/
H A Dbignum.c990 if (MP_ISZERO(b) == MP_YES) { in signed_divide()
1307 if (MP_ISZERO(b) == MP_YES) { in fast_modular_inverse()
1395 if (MP_ISZERO(&u) == MP_NO) { in fast_modular_inverse()
1431 if (b->sign == MP_NEG || MP_ISZERO(b) == MP_YES) { in slow_modular_inverse()
1583 if (b->sign == MP_NEG || MP_ISZERO(b) == MP_YES) { in modular_inverse()
4410 if (b == 1 || MP_ISZERO(a) == 1) { in signed_divide_word()
4710 if (MP_ISZERO(a) == 1) { in mp_cnt_lsb()
4916 if (MP_ISZERO(a) == MP_YES) { in mp_radix_size()
4938 while (MP_ISZERO(&t) == MP_NO) { in mp_radix_size()
4972 if (MP_ISZERO(a) == MP_YES) { in mp_toradix_n()
[all …]