Searched defs:BN_mod (Results 1 - 2 of 2) sorted by relevance

/external/boringssl/include/openssl/
H A Dbn.h484 /* BN_mod is a helper macro that calls |BN_div| and discards the quotient. */
485 #define BN_mod(rem, numerator, divisor, ctx) \ macro
488 /* BN_nnmod is a non-negative modulo function. It acts like |BN_mod|, but 0 <=
/external/boringssl/src/include/openssl/
H A Dbn.h484 /* BN_mod is a helper macro that calls |BN_div| and discards the quotient. */
485 #define BN_mod(rem, numerator, divisor, ctx) \ macro
488 /* BN_nnmod is a non-negative modulo function. It acts like |BN_mod|, but 0 <=

Completed in 75 milliseconds