Searched refs:BN_mod_sub (Results 1 – 7 of 7) 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 | 473 int BN_mod_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, BN_CTX *ctx);
|
/external/openssl/crypto/srp/ |
D | srp_lib.c | 276 if (!BN_mod_sub(tmp,B,tmp2,N,bn_ctx)) in SRP_Calc_client_key()
|
/external/openssh/ |
D | jpake.c | 402 if (BN_mod_sub(tmp, grp->q, tmp, grp->q, bn_ctx) != 1) in jpake_key_confirm()
|
D | schnorr.c | 187 if (BN_mod_sub(r, v, tmp, grp_q, bn_ctx) == -1) { in schnorr_sign()
|
/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 | 473 int BN_mod_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, BN_CTX *ctx);
|