HomeSort by relevance Sort by last modified time
    Searched refs:BN_mod_add (Results 1 - 4 of 4) sorted by null

  /external/boringssl/src/include/openssl/
bn.h 536 // BN_mod_add sets |r| = |a| + |b| mod |m|. It returns one on success and zero
538 OPENSSL_EXPORT int BN_mod_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
541 // BN_mod_add_quick acts like |BN_mod_add| but requires that |a| and |b| be
    [all...]
  /external/boringssl/src/crypto/fipsmodule/bn/
div.c 564 int BN_mod_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m,
  /external/grpc-grpc/src/core/tsi/
grpc_shadow_boringssl.h     [all...]