Searched refs:BN_is_zero (Results 1 - 4 of 4) sorted by relevance

/openwrt/package/network/services/ead/src/tinysrp/
H A Dbn_word.c71 if (!BN_is_zero(a))
97 if (BN_is_zero(a) || a->neg)
H A Dbn_div.c75 if (BN_is_zero(d))
118 rem->neg=BN_is_zero(rem)?0:m->neg;
166 if (BN_is_zero(divisor))
H A Dt_conf.c426 if (BN_is_zero(A1))
956 if (!BN_is_zero(&Ri))
1030 while (!BN_is_zero(B))
H A Dbn.h301 #define BN_is_zero(a) (((a)->top == 0) || BN_is_word(a,0)) macro

Completed in 34 milliseconds