Searched refs:mp_iszero (Results 1 - 21 of 21) sorted by relevance

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dbn_mp_invmod.c24 if (b->sign == MP_NEG || mp_iszero(b) == 1) {
H A Dbn_mp_neg.c30 if (mp_iszero(b) != MP_YES) {
H A Dbn_mp_radix_size.c40 if (mp_iszero(a) == MP_YES) {
62 while (mp_iszero (&t) == MP_NO) {
H A Dbn_mp_toradix_n.c37 if (mp_iszero(a) == MP_YES) {
61 while (mp_iszero (&t) == 0) {
H A Dbn_mp_toradix.c34 if (mp_iszero(a) == 1) {
52 while (mp_iszero (&t) == 0) {
H A Dbn_mp_cnt_lsb.c31 if (mp_iszero(a) == 1) {
H A Dbn_mp_gcd.c27 if (mp_iszero (a) == MP_YES) {
30 if (mp_iszero (b) == MP_YES) {
75 while (mp_iszero(&v) == 0) {
H A Dbn_mp_mod.c36 if (mp_iszero(&t) || t.sign == b->sign) {
H A Dbn_mp_to_unsigned_bin.c31 while (mp_iszero (&t) == 0) {
H A Dbn_mp_read_radix.c78 if (mp_iszero(a) != 1) {
H A Dbn_mp_jacobi.c35 if (mp_iszero (a) == 1) {
H A Dbn_mp_sqrt.c32 if (mp_iszero(arg) == MP_YES) {
H A Dbn_mp_invmod_slow.c27 if (b->sign == MP_NEG || mp_iszero(b) == 1) {
142 if (mp_iszero (&u) == 0)
H A Dbn_mp_div_d.c52 if (b == 1 || mp_iszero(a) == 1) {
H A Dbn_mp_div.c29 if (mp_iszero (b) == 1) {
79 c->sign = (mp_iszero(c) == MP_YES) ? MP_ZPOS : n2;
83 d->sign = (mp_iszero(d) == MP_YES) ? MP_ZPOS : n;
111 if (mp_iszero (b) == 1) {
H A Dbn_mp_exteuclid.c41 while (mp_iszero(&v3) == MP_NO) {
H A Dbn_fast_mp_invmod.c120 if (mp_iszero (&u) == 0) {
H A Dtommath.h223 #define mp_iszero(a) (((a)->used == 0) ? MP_YES : MP_NO) macro
/netbsd-current/external/bsd/wpa/dist/src/tls/
H A Dlibtommath.c133 #define mp_iszero(a) (((a)->used == 0) ? MP_YES : MP_NO) macro
736 if (b->sign == MP_NEG || mp_iszero(b) == 1) {
777 if (b->sign == MP_NEG || mp_iszero(b) == 1) {
892 if (mp_iszero (&u) == 0)
1007 while (mp_iszero (&t) == 0) {
1615 if (mp_iszero (b) == 1) {
1665 c->sign = (mp_iszero(c) == MP_YES) ? MP_ZPOS : n2;
1669 d->sign = (mp_iszero(d) == MP_YES) ? MP_ZPOS : n;
1697 if (mp_iszero (b) == 1) {
/netbsd-current/crypto/external/bsd/netpgp/dist/src/libbn/
H A Dbignum.c95 #define mp_iszero(a) (((a)->used == 0) ? MP_YES : MP_NO) macro
4474 if (b == 1 || mp_iszero(a) == 1) {
4782 if (mp_iszero(a) == 1) {
4982 if (mp_iszero(a) == MP_YES) {
5004 while (mp_iszero (&t) == MP_NO) {
5038 if (mp_iszero(a) == MP_YES) {
5062 while (mp_iszero (&t) == 0) {
/netbsd-current/external/bsd/wpa/dist/src/crypto/
H A Dcrypto_wolfssl.c1203 return mp_iszero((mp_int *) a);
1240 else if (mp_iszero(&t))

Completed in 125 milliseconds