Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/sm2/
H A Dsm2_sign.c267 || !BN_mod_add(r, e, x1, order, ctx)) { in sm2_sig_gen()
368 if (!BN_mod_add(t, r, s, order, ctx)) { in sm2_sig_verify()
384 if (!BN_mod_add(t, e, x1, order, ctx)) { in sm2_sig_verify()
/freebsd/crypto/openssl/doc/man3/
H A 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, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m,
76 BN_mod_add() adds I<a> to I<b> modulo I<m> and places the nonnegative
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_mod.c33 int BN_mod_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, in BN_mod_add() function
/freebsd/crypto/openssl/crypto/srp/
H A Dsrp_lib.c126 || !BN_mod_add(B, gb, kv, N, bn_ctx)) { in SRP_Calc_B_ex()
/freebsd/crypto/openssl/include/openssl/
H A Dbn.h273 int BN_mod_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m,
/freebsd/crypto/openssl/crypto/ec/
H A Decp_smpl.c309 if (!BN_mod_add(a, tmp_1, tmp_2, p, ctx)) in ossl_ec_GFp_simple_group_check_discriminant()
/freebsd/secure/lib/libcrypto/
H A DVersion.map522 BN_mod_add;
/freebsd/contrib/wpa/src/crypto/
H A Dcrypto_openssl.c2116 res = BN_mod_add((BIGNUM *) d, (const BIGNUM *) a, (const BIGNUM *) b, in crypto_bignum_addmod()
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile1035 MLINKS+= BN_add.3 BN_mod_add.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num3121 BN_mod_add 3189 3_0_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/
H A DCHANGES.md14481 BN_mod_add