Home
last modified time | relevance | path

Searched refs:BN_zero (Results 1 – 25 of 28) sorted by relevance

12

/freebsd-12.1/crypto/openssl/doc/man3/
H A DBN_zero.pod5 BN_zero, BN_one, BN_value_one, BN_set_word, BN_get_word - BIGNUM assignment
12 void BN_zero(BIGNUM *a);
25 BN_zero(), BN_one() and BN_set_word() set B<a> to the values 0, 1 and
26 B<w> respectively. BN_zero() and BN_one() are macros.
40 BN_zero() never fails and returns no value.
56 In OpenSSL 0.9.8, BN_zero() was changed to not return a value; previous
H A DBN_bn2bin.pod103 L<ERR_get_error(3)>, L<BN_zero(3)>,
/freebsd-12.1/crypto/openssl/crypto/bn/
H A Dbn_mont.c304 BN_zero(R); in BN_MONT_CTX_set()
315 BN_zero(Ri); in BN_MONT_CTX_set()
341 BN_zero(R); in BN_MONT_CTX_set()
350 BN_zero(Ri); in BN_MONT_CTX_set()
375 BN_zero(R); in BN_MONT_CTX_set()
394 BN_zero(&(mont->RR)); in BN_MONT_CTX_set()
H A Dbn_shift.c56 BN_zero(r); in BN_rshift1()
171 BN_zero(r); in BN_rshift()
229 BN_zero(r); in bn_rshift_fixed_top()
H A Dbn_add.c34 BN_zero(r); in BN_add()
65 BN_zero(r); in BN_sub()
H A Dbn_exp2.c78 BN_zero(rr); in BN_mod_exp2_mont()
107 BN_zero(rr); in BN_mod_exp2_mont()
H A Dbn_recp.c49 BN_zero(&(recp->Nr)); in BN_RECP_CTX_set()
99 BN_zero(d); in BN_div_recp()
H A Dbn_rand.c29 BN_zero(rnd); in bnrand()
128 BN_zero(r); in bnrand_range()
H A Dbn_exp.c184 BN_zero(r); in BN_mod_exp_recp()
213 BN_zero(r); in BN_mod_exp_recp()
326 BN_zero(rr); in BN_mod_exp_mont()
629 BN_zero(rr); in BN_mod_exp_mont_consttime()
1177 BN_zero(rr); in BN_mod_exp_mont_word()
1184 BN_zero(rr); in BN_mod_exp_mont_word()
1299 BN_zero(r); in BN_mod_exp_simple()
1315 BN_zero(r); in BN_mod_exp_simple()
H A Dbn_sqrt.c260 BN_zero(ret); in BN_mod_sqrt()
270 BN_zero(ret); in BN_mod_sqrt()
H A Dbn_gf2m.c302 BN_zero(r); in BN_GF2m_mod_arr()
934 BN_zero(r); in BN_GF2m_mod_sqrt_arr()
993 BN_zero(r); in BN_GF2m_mod_solve_quad_arr()
1008 BN_zero(r); in BN_GF2m_mod_solve_quad_arr()
1038 BN_zero(z); in BN_GF2m_mod_solve_quad_arr()
1156 BN_zero(a); in BN_GF2m_arr2poly()
H A Dbn_print.c157 BN_zero(ret); in BN_hex2bn()
232 BN_zero(ret); in BN_dec2bn()
H A Dbn_nist.c345 BN_zero(r); in BN_nist_mod_192()
490 BN_zero(r); in BN_nist_mod_224()
671 BN_zero(r); in BN_nist_mod_256()
917 BN_zero(r); in BN_nist_mod_384()
1175 BN_zero(r); in BN_nist_mod_521()
H A Dbn_div.c37 BN_zero(dv);
61 BN_zero(dv);
H A Dbn_gcd.c180 BN_zero(Y); in int_bn_mod_inverse()
488 BN_zero(Y); in BN_mod_inverse_no_branch()
H A Dbn_word.c189 BN_zero(a); in BN_mul_word()
H A Dbn_ctx.c231 BN_zero(ret); in BN_CTX_get()
H A Dbn_mul.c528 BN_zero(r); in bn_mul_fixed_top()
/freebsd-12.1/usr.bin/dc/
H A Dinout.c195 bn_check(BN_zero(n->number)); in readnumber()
233 bn_check(BN_zero(base_n)); in readnumber()
234 bn_check(BN_zero(exponent)); in readnumber()
H A Dbcode.c381 bn_check(BN_zero(f)); in split_number()
814 bn_check(BN_zero(n->number)); in load()
899 bn_check(BN_zero(n->number)); in load_array()
/freebsd-12.1/crypto/openssl/crypto/dsa/
H A Ddsa_gen.c184 BN_zero(W); in dsa_builtin_paramgen()
463 BN_zero(W); in dsa_builtin_paramgen2()
/freebsd-12.1/crypto/openssl/include/openssl/
H A Dbn.h194 # define BN_zero(a) BN_zero_ex(a) macro
196 # define BN_zero(a) (BN_set_word((a),0)) macro
/freebsd-12.1/crypto/openssl/crypto/ec/
H A Dec_lib.c292 BN_zero(group->cofactor); in ec_guess_cofactor()
306 BN_zero(q); in ec_guess_cofactor()
381 BN_zero(group->cofactor); in EC_GROUP_set_generator()
H A Decp_smpl.c364 BN_zero(point->Z); in ec_GFp_simple_point_set_to_infinity()
715 BN_zero(r->Z); in ec_GFp_simple_add()
806 BN_zero(r->Z); in ec_GFp_simple_dbl()
/freebsd-12.1/contrib/ntp/util/
H A Dntp-keygen.c1691 BN_zero(w); in gen_mvkey()
1780 BN_zero(xbar[j]); in gen_mvkey()

12