Lines Matching full:bn_is_negative
461 /** BN_is_negative returns 1 if the BIGNUM is negative465 #define BN_is_negative(a) ((a)->neg != 0)