Searched refs:BN_mod_add (Results 1 – 11 of 11) sorted by relevance
/freebsd/crypto/openssl/crypto/sm2/ |
H A D | sm2_sign.c | 267 || !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 D | 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, 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 D | bn_mod.c | 33 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 D | srp_lib.c | 126 || !BN_mod_add(B, gb, kv, N, bn_ctx)) { in SRP_Calc_B_ex()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | bn.h | 273 int BN_mod_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m,
|
/freebsd/crypto/openssl/crypto/ec/ |
H A D | ecp_smpl.c | 309 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 D | Version.map | 522 BN_mod_add;
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | crypto_openssl.c | 2116 res = BN_mod_add((BIGNUM *) d, (const BIGNUM *) a, (const BIGNUM *) b, in crypto_bignum_addmod()
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 1035 MLINKS+= BN_add.3 BN_mod_add.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 3121 BN_mod_add 3189 3_0_0 EXIST::FUNCTION:
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 14481 BN_mod_add
|