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

/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dbn.h471 /* BN_mod is a helper macro that calls |BN_div| and discards the quotient. */
472 #define BN_mod(rem, numerator, divisor, ctx) \ macro
475 /* BN_nnmod is a non-negative modulo function. It acts like |BN_mod|, but 0 <=
/external/openssl/crypto/bn/
H A Dbn.h469 #define BN_mod(rem,m,d,ctx) BN_div(NULL,(rem),(m),(d),(ctx)) macro
/external/openssl/include/openssl/
H A Dbn.h469 #define BN_mod(rem,m,d,ctx) BN_div(NULL,(rem),(m),(d),(ctx)) macro

Completed in 291 milliseconds