Home
last modified time | relevance | path

Searched refs:BN_mod_add (Results 1 – 12 of 12) sorted by relevance

/NextBSD/crypto/openssl/doc/crypto/
HDBN_add.pod5 BN_add, BN_sub, BN_mul, BN_sqr, BN_div, BN_mod, BN_nnmod, BN_mod_add,
28 int BN_mod_add(BIGNUM *r, BIGNUM *a, BIGNUM *b, const BIGNUM *m,
73 BN_mod_add() adds I<a> to I<b> modulo I<m> and places the non-negative
123 BN_nnmod(), BN_mod_add(), BN_mod_sub(), and BN_mod_sqr() were added in
HDbn.pod41 int BN_mod_add(BIGNUM *ret, BIGNUM *a, BIGNUM *b, const BIGNUM *m,
/NextBSD/crypto/openssl/crypto/srp/
HDsrp_lib.c199 !BN_mod_add(B, gb, kv, N, bn_ctx)) { in SRP_Calc_B()
284 if (!BN_mod_add(tmp2, a, tmp3, N, bn_ctx)) in SRP_Calc_client_key()
/NextBSD/crypto/openssl/crypto/bn/
HDbn_mod.c142 int BN_mod_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, in BN_mod_add() function
HDbn.h466 int BN_mod_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m,
/NextBSD/crypto/openssl/engines/ccgost/
HDgost_sign.c109 BN_mod_add(newsig->s, tmp, tmp2, dsa->q, ctx); in gost_do_sign()
HDgost2001.c228 || !BN_mod_add(s, tmp, tmp2, order, ctx)) { in gost2001_do_sign()
/NextBSD/crypto/openssl/crypto/jpake/
HDjpake.c423 BN_mod_add(t1, ctx->xa, ctx->xb, ctx->p.q, ctx->ctx); in JPAKE_STEP2_process()
/NextBSD/crypto/openssl/crypto/ec/
HDecp_smpl.c346 if (!BN_mod_add(a, tmp_1, tmp_2, p, ctx)) in ec_GFp_simple_group_check_discriminant()
/NextBSD/secure/lib/libcrypto/
HDMakefile.man361 MLINKS+= BN_add.3 BN_mod_add.3
/NextBSD/crypto/openssl/util/
HDlibeay.num2246 BN_mod_add 2774 EXIST::FUNCTION:
/NextBSD/crypto/openssl/
HDCHANGES6268 BN_mod_add