Home
last modified time | relevance | path

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

/freebsd-10-stable/crypto/openssl/doc/crypto/
DBN_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
Dbn.pod41 int BN_mod_add(BIGNUM *ret, BIGNUM *a, BIGNUM *b, const BIGNUM *m,
/freebsd-10-stable/crypto/openssl/crypto/srp/
Dsrp_lib.c202 !BN_mod_add(B, gb, kv, N, bn_ctx)) { in SRP_Calc_B()
287 if (!BN_mod_add(tmp2, a, tmp3, N, bn_ctx)) in SRP_Calc_client_key()
/freebsd-10-stable/crypto/openssl/crypto/bn/
Dbn_mod.c142 int BN_mod_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, in BN_mod_add() function
Dbn.h485 int BN_mod_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m,
/freebsd-10-stable/crypto/openssl/engines/ccgost/
Dgost_sign.c109 BN_mod_add(newsig->s, tmp, tmp2, dsa->q, ctx); in gost_do_sign()
Dgost2001.c228 || !BN_mod_add(s, tmp, tmp2, order, ctx)) { in gost2001_do_sign()
/freebsd-10-stable/crypto/openssl/crypto/jpake/
Djpake.c422 BN_mod_add(t1, ctx->xa, ctx->xb, ctx->p.q, ctx->ctx); in JPAKE_STEP2_process()
/freebsd-10-stable/crypto/openssl/crypto/ec/
Decp_smpl.c346 if (!BN_mod_add(a, tmp_1, tmp_2, p, ctx)) in ec_GFp_simple_group_check_discriminant()
/freebsd-10-stable/secure/lib/libcrypto/
DMakefile.man341 MLINKS+= BN_add.3 BN_mod_add.3
/freebsd-10-stable/crypto/openssl/util/
Dlibeay.num2248 BN_mod_add 2774 EXIST::FUNCTION:
/freebsd-10-stable/crypto/openssl/
DCHANGES6231 BN_mod_add