Home | History | Annotate | Download | only in openssl

Lines Matching refs:BN_mod

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