Symbol: BN_add_word
crypto/openssh/moduli.c
674
if (BN_add_word(p, 1) == 0)
crypto/openssl/apps/ca.c
1004
if (!BN_add_word(serial, 1))
crypto/openssl/apps/ca.c
1024
if (!BN_add_word(serial, 1))
crypto/openssl/apps/ca.c
1045
if (!BN_add_word(serial, 1)) {
crypto/openssl/apps/ca.c
1278
if (!BN_add_word(crlnumber, 1))
crypto/openssl/apps/ca.c
983
if (!BN_add_word(serial, 1))
crypto/openssl/apps/lib/tlssrp_depr.c
36
BN_mod_exp(r, g, p, N, bn_ctx) && BN_add_word(r, 1) && BN_cmp(r, N) == 0;
crypto/openssl/apps/ts.c
832
if (!BN_add_word(bn, 1))
crypto/openssl/apps/x509.c
1026
if (!BN_add_word(bnser, 1)
crypto/openssl/apps/x509.c
1216
if (!BN_add_word(serial, 1)) {
crypto/openssl/crypto/asn1/a_object.c
110
|| !BN_add_word(bl, c - '0'))
crypto/openssl/crypto/asn1/a_object.c
121
if (!BN_add_word(bl, first * 40))
crypto/openssl/crypto/bn/bn_conv.c
246
|| !BN_add_word(ret, l))
crypto/openssl/crypto/bn/bn_prime.c
400
|| !BN_add_word(b, 2)) /* 1 < b < w-1 */
crypto/openssl/crypto/bn/bn_prime.c
529
if (!BN_add_word(rnd, delta))
crypto/openssl/crypto/bn/bn_prime.c
573
if (!BN_add_word(rnd, safe ? 3u : 1u))
crypto/openssl/crypto/bn/bn_prime.c
609
if (!BN_add_word(rnd, delta))
crypto/openssl/crypto/bn/bn_recp.c
152
if (!BN_add_word(d, 1))
crypto/openssl/crypto/bn/bn_rsa_fips186_4.c
156
if (!BN_add_word(p1, 2))
crypto/openssl/crypto/bn/bn_sqrt.c
99
if (!BN_add_word(q, 1))
crypto/openssl/crypto/bn/bn_word.c
153
i = BN_add_word(a, w);
crypto/openssl/crypto/bn/bn_x931p.c
29
if (!BN_is_odd(pi) && !BN_add_word(pi, 1))
crypto/openssl/crypto/bn/bn_x931p.c
40
if (!BN_add_word(pi, 2))
crypto/openssl/crypto/ec/ecp_smpl.c
188
if (!BN_add_word(tmp_a, 3))
crypto/openssl/crypto/ffc/ffc_key_generate.c
49
|| !BN_add_word(priv, 1))
crypto/openssl/crypto/ffc/ffc_params_generate.c
115
if (!BN_add_word(hbn, 1) || BN_cmp(hbn, pm1) >= 0)
crypto/openssl/crypto/objects/obj_dat.c
527
if (!BN_add_word(bl, c & 0x7f))
crypto/openssl/crypto/params_from_text.c
75
&& !BN_add_word(*tmpbn, 1)) {
crypto/openssl/crypto/x509/v3_asid.c
300
if ((bn == NULL && (bn = BN_new()) == NULL) || ASN1_INTEGER_to_BN(a_max, bn) == NULL || !BN_add_word(bn, 1)) {
crypto/openssl/crypto/x509/v3_asid.c
413
if ((bn == NULL && (bn = BN_new()) == NULL) || ASN1_INTEGER_to_BN(a_max, bn) == NULL || !BN_add_word(bn, 1)) {
crypto/openssl/include/openssl/bn.h
298
int BN_add_word(BIGNUM *a, BN_ULONG w);
crypto/openssl/providers/implementations/kem/rsa_kem.c
266
&& BN_add_word(z, 2)
crypto/openssl/test/bntest.c
1190
if (!TEST_true(BN_add_word(r, 1)))
crypto/openssl/test/bntest.c
1310
|| !TEST_true(BN_add_word(ret, b_word))
crypto/openssl/test/bntest.c
254
&& TEST_true(BN_add_word(b, i)))
crypto/openssl/test/bntest.c
295
&& TEST_true(BN_add_word(a, i))))
crypto/openssl/test/dhtest.c
849
|| !TEST_int_eq(BN_add_word(qcpy, 2), 1)
crypto/openssl/test/ectest.c
1927
|| !TEST_true(BN_add_word(other_order, 1))
crypto/openssl/test/ectest.c
1929
|| !TEST_true(BN_add_word(other_a, 1))
crypto/openssl/test/ectest.c
1931
|| !TEST_true(BN_add_word(other_b, 1))
crypto/openssl/test/ectest.c
1933
|| !TEST_true(BN_add_word(other_cofactor, 1)))
crypto/openssl/test/ectest.c
2261
|| !TEST_true(BN_add_word(other_order, 1))
crypto/openssl/test/ectest.c
2263
|| !TEST_true(BN_add_word(other_cofactor, 1)))
crypto/openssl/test/ffc_internal_test.c
215
BN_add_word(g1, 1);
crypto/openssl/test/ffc_internal_test.c
475
if (!TEST_true(BN_add_word(pub, 2)))
crypto/openssl/test/rsa_sp800_56b_test.c
450
&& TEST_true(BN_add_word(e, 1))
crypto/openssl/test/rsa_sp800_56b_test.c
458
&& TEST_true(BN_add_word(n, 1))
crypto/openssl/test/rsa_sp800_56b_test.c
469
&& TEST_true(BN_add_word(p, 2))
crypto/openssl/test/rsa_sp800_56b_test.c
475
&& TEST_true(BN_add_word(q, 2))
crypto/openssl/test/rsa_sp800_56b_test.c
557
&& TEST_true(BN_add_word(n, 1))
crypto/openssl/test/rsa_sp800_56b_test.c
565
&& TEST_true(BN_add_word(e, 1))
crypto/openssl/test/rsa_sp800_56b_test.c
569
&& TEST_true(BN_add_word(n, 2))
usr.bin/factor/factor.c
260
if (!BN_add_word(rbase, 1))
usr.bin/factor/factor.c
292
if (!BN_add_word(i, 1))