Searched refs:BN_mod_sub (Results 1 – 4 of 4) sorted by relevance
/external/openssl/crypto/bn/ |
D | bn_mod.c | 159 int BN_mod_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, BN_CTX *ctx) in BN_mod_sub() function
|
D | bn.h | 455 int BN_mod_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, BN_CTX *ctx);
|
/external/openssl/crypto/jpake/ |
D | jpake.c | 206 BN_mod_sub(p->zkpx.b, r, t, ctx->p.q, ctx->ctx); in generate_zkp()
|
/external/openssl/include/openssl/ |
D | bn.h | 455 int BN_mod_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, BN_CTX *ctx);
|