Home
last modified time | relevance | path

Searched refs:BN_mod_sub (Results 1 – 4 of 4) 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.h455 int BN_mod_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, BN_CTX *ctx);
/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.h455 int BN_mod_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, BN_CTX *ctx);