Home | History | Annotate | Download | only in bn

Lines Matching full:bn_is_negative

461 /** BN_is_negative returns 1 if the BIGNUM is negative
465 #define BN_is_negative(a) ((a)->neg != 0)