Searched refs:BN_mod_add (Results 1 - 5 of 5) sorted by relevance
/external/openssl/crypto/bn/ |
H A D | bn_mod.c | 141 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 D | bn.h | 453 int BN_mod_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, BN_CTX *ctx);
|
/external/openssl/crypto/jpake/ |
H A D | jpake.c | 395 BN_mod_add(t1, ctx->xa, ctx->xb, ctx->p.q, ctx->ctx);
|
/external/openssl/include/openssl/ |
H A D | bn.h | 453 int BN_mod_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, BN_CTX *ctx);
|
/external/openssl/crypto/ec/ |
H A D | ecp_smpl.c | 333 if (!BN_mod_add(a, tmp_1, tmp_2, p, ctx)) goto err;
|
Completed in 58 milliseconds