Searched refs:BN_mod_add (Results 1 – 12 of 12) sorted by relevance
| /NextBSD/crypto/openssl/doc/crypto/ |
| HD | BN_add.pod | 5 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
|
| HD | bn.pod | 41 int BN_mod_add(BIGNUM *ret, BIGNUM *a, BIGNUM *b, const BIGNUM *m,
|
| /NextBSD/crypto/openssl/crypto/srp/ |
| HD | srp_lib.c | 199 !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/ |
| HD | bn_mod.c | 142 int BN_mod_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, in BN_mod_add() function
|
| HD | bn.h | 466 int BN_mod_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m,
|
| /NextBSD/crypto/openssl/engines/ccgost/ |
| HD | gost_sign.c | 109 BN_mod_add(newsig->s, tmp, tmp2, dsa->q, ctx); in gost_do_sign()
|
| HD | gost2001.c | 228 || !BN_mod_add(s, tmp, tmp2, order, ctx)) { in gost2001_do_sign()
|
| /NextBSD/crypto/openssl/crypto/jpake/ |
| HD | jpake.c | 423 BN_mod_add(t1, ctx->xa, ctx->xb, ctx->p.q, ctx->ctx); in JPAKE_STEP2_process()
|
| /NextBSD/crypto/openssl/crypto/ec/ |
| HD | ecp_smpl.c | 346 if (!BN_mod_add(a, tmp_1, tmp_2, p, ctx)) in ec_GFp_simple_group_check_discriminant()
|
| /NextBSD/secure/lib/libcrypto/ |
| HD | Makefile.man | 361 MLINKS+= BN_add.3 BN_mod_add.3
|
| /NextBSD/crypto/openssl/util/ |
| HD | libeay.num | 2246 BN_mod_add 2774 EXIST::FUNCTION:
|
| /NextBSD/crypto/openssl/ |
| HD | CHANGES | 6268 BN_mod_add
|