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

  /external/openssl/crypto/bn/
bn_mod.c 159 int BN_mod_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, BN_CTX *ctx)
166 /* BN_mod_sub variant that may be used if both a and b are non-negative
bn.h 473 int BN_mod_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, BN_CTX *ctx);
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/bn/
div.c 407 int BN_mod_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m,
415 /* BN_mod_sub variant that may be used if both a and b are non-negative
  /external/chromium_org/third_party/boringssl/src/include/openssl/
bn.h 490 /* BN_mod_sub sets |r| = |a| - |b| mod |m|. It returns one on success and zero
492 OPENSSL_EXPORT int BN_mod_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
495 /* BN_mod_sub_quick acts like |BN_mod_sub| but requires that |a| and |b| be
    [all...]
  /external/openssl/crypto/srp/
srp_lib.c 286 if (!BN_mod_sub(tmp,B,tmp2,N,bn_ctx))
  /external/openssl/crypto/jpake/
jpake.c 206 BN_mod_sub(p->zkpx.b, r, t, ctx->p.q, ctx->ctx);
  /external/openssl/include/openssl/
bn.h 473 int BN_mod_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, BN_CTX *ctx);
    [all...]

Completed in 318 milliseconds