Searched refs:BN_mod_add (Results 1 – 8 of 8) sorted by relevance
/openssl-master/doc/man3/ |
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, 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 D | sm2_sign.c | 260 || !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 D | bn_mod.c | 28 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 D | srp_lib.c | 126 || !BN_mod_add(B, gb, kv, N, bn_ctx)) { in SRP_Calc_B_ex()
|
/openssl-master/include/openssl/ |
A D | bn.h | 273 int BN_mod_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m,
|
/openssl-master/crypto/ec/ |
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()
|
/openssl-master/util/ |
A D | libcrypto.num | 3121 BN_mod_add 3189 3_0_0 EXIST::FUNCTION:
|
/openssl-master/ |
A D | CHANGES.md | 13548 BN_mod_add
|
Completed in 41 milliseconds