Searched refs:BN_mod_add (Results 1 - 9 of 9) sorted by relevance

/external/openssl/crypto/bn/
H A Dbn_mod.c141 int BN_mod_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, BN_CTX *ctx) function
148 /* BN_mod_add variant that may be used if both a and b are non-negative
H A Dbn.h471 int BN_mod_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, BN_CTX *ctx);
/external/openssl/crypto/srp/
H A Dsrp_lib.c200 !BN_mod_add(B,gb,kv,N,bn_ctx))
291 if (!BN_mod_add(tmp2,a,tmp3,N,bn_ctx))
/external/chromium_org/third_party/boringssl/src/crypto/bn/
H A Ddiv.c388 int BN_mod_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, function
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dbn.h480 /* BN_mod_add sets |r| = |a| + |b| mod |m|. It returns one on success and zero
482 OPENSSL_EXPORT int BN_mod_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
485 /* BN_mod_add_quick acts like |BN_mod_add| but requires that |a| and |b| be
/external/openssl/crypto/jpake/
H A Djpake.c424 BN_mod_add(t1, ctx->xa, ctx->xb, ctx->p.q, ctx->ctx);
/external/openssl/include/openssl/
H A Dbn.h471 int BN_mod_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, BN_CTX *ctx);
/external/chromium_org/third_party/boringssl/src/crypto/ec/
H A Dsimple.c328 if (!BN_mod_add(a, tmp_1, tmp_2, p, ctx))
/external/openssl/crypto/ec/
H A Decp_smpl.c341 if (!BN_mod_add(a, tmp_1, tmp_2, p, ctx)) goto err;

Completed in 2388 milliseconds