Home
last modified time | relevance | path

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

/openssl-master/doc/man3/
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, BIGNUM *a, BIGNUM *b, const BIGNUM *m,
74 BN_mod_add() adds I<a> to I<b> modulo I<m> and places the nonnegative
/openssl-master/crypto/sm2/
A Dsm2_sign.c260 || !BN_mod_add(r, e, x1, order, ctx)) { in sm2_sig_gen()
361 if (!BN_mod_add(t, r, s, order, ctx)) { in sm2_sig_verify()
377 if (!BN_mod_add(t, e, x1, order, ctx)) { in sm2_sig_verify()
/openssl-master/crypto/bn/
A Dbn_mod.c28 int BN_mod_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, in BN_mod_add() function
/openssl-master/crypto/srp/
A Dsrp_lib.c126 || !BN_mod_add(B, gb, kv, N, bn_ctx)) { in SRP_Calc_B_ex()
/openssl-master/include/openssl/
A Dbn.h273 int BN_mod_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m,
/openssl-master/crypto/ec/
A Decp_smpl.c309 if (!BN_mod_add(a, tmp_1, tmp_2, p, ctx)) in ossl_ec_GFp_simple_group_check_discriminant()
/openssl-master/util/
A Dlibcrypto.num3121 BN_mod_add 3189 3_0_0 EXIST::FUNCTION:
/openssl-master/
A DCHANGES.md13548 BN_mod_add

Completed in 41 milliseconds