Home
last modified time | relevance | path

Searched refs:BN_mod_sub (Results 1 – 7 of 7) sorted by relevance

/external/openssl/crypto/bn/
Dbn_mod.c159 int BN_mod_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, BN_CTX *ctx) in BN_mod_sub() function
Dbn.h473 int BN_mod_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, BN_CTX *ctx);
/external/openssl/crypto/srp/
Dsrp_lib.c276 if (!BN_mod_sub(tmp,B,tmp2,N,bn_ctx)) in SRP_Calc_client_key()
/external/openssh/
Djpake.c402 if (BN_mod_sub(tmp, grp->q, tmp, grp->q, bn_ctx) != 1) in jpake_key_confirm()
Dschnorr.c187 if (BN_mod_sub(r, v, tmp, grp_q, bn_ctx) == -1) { in schnorr_sign()
/external/openssl/crypto/jpake/
Djpake.c206 BN_mod_sub(p->zkpx.b, r, t, ctx->p.q, ctx->ctx); in generate_zkp()
/external/openssl/include/openssl/
Dbn.h473 int BN_mod_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, BN_CTX *ctx);