Home | History | Annotate | Download | only in openssl

Lines Matching full:bn_mod

532 /* BN_mod is a helper macro that calls |BN_div| and discards the quotient. */
533 #define BN_mod(rem, numerator, divisor, ctx) \
536 /* BN_nnmod is a non-negative modulo function. It acts like |BN_mod|, but 0 <=