HomeSort by relevance Sort by last modified time
    Searched defs:BN_mod (Results 1 - 3 of 3) sorted by null

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

Completed in 696 milliseconds