Searched refs:BN_add_word (Results 1 - 19 of 19) sorted by relevance

/openbsd-current/lib/libcrypto/bn/
H A Dbn_word.c144 BN_add_word(BIGNUM *a, BN_ULONG w) function
176 LCRYPTO_ALIAS(BN_add_word); variable
198 i = BN_add_word(a, w);
H A Dbn_prime.c304 if (!BN_add_word(rnd, delta))
330 if (!BN_add_word(rnd, 1))
386 if (!BN_add_word(q, 1))
398 if (!BN_add_word(p, 1))
H A Dbn_recp.c219 if (!BN_add_word(d, 1))
H A Dbn.h373 int BN_add_word(BIGNUM *a, BN_ULONG w);
H A Dbn_convert.c448 if (!BN_add_word(bn, w))
/openbsd-current/regress/lib/libcrypto/evp/
H A Devp_pkey_check.c121 if (!BN_add_word(rsa_d, 2)) {
122 fprintf(stderr, "%s: BN_add_word\n", __func__);
254 if (!BN_add_word(private_key, 1)) {
255 fprintf(stderr, "%s: BN_add_word\n", __func__);
/openbsd-current/regress/lib/libcrypto/bn/
H A Dbn_isqrt.c218 if (!BN_add_word(upper, 1))
233 errx(1, "BN_add_word(isqrt, 1)");
278 if (!BN_add_word(isqrt, 1))
279 errx(1, "BN_add_word(isqrt, 1)");
H A Dbn_word.c170 return test_bn_word(BN_add_word, "BN_add_word", bn_add_word_tests,
H A Dbn_test.c367 CHECK_GOTO(BN_add_word(b, i));
433 CHECK_GOTO(BN_add_word(a, i));
548 CHECK_GOTO(BN_add_word(b, r));
592 CHECK_GOTO(BN_add_word(a, i));
1517 if (!BN_add_word(r, 1))
H A Dbn_gcd.c3648 if (!BN_add_word(b, 1))
3649 errx(1, "%s: BN_add_word(a, 1)", test->name);
/openbsd-current/lib/libcrypto/hidden/openssl/
H A Dbn.h89 LCRYPTO_USED(BN_add_word); variable
/openbsd-current/lib/libcrypto/man/
H A DMakefile68 BN_add_word.3 \
/openbsd-current/usr.bin/dc/
H A Dinout.c214 /* work around a bug in BN_add_word: 0 += 0 is buggy.... */
217 bn_check(BN_add_word(n->number, v));
/openbsd-current/lib/libcrypto/x509/
H A Dx509_asid.c621 !BN_add_word(bn, 1)) {
742 !BN_add_word(bn, 1)) {
/openbsd-current/usr.bin/ssh/
H A Dmoduli.c668 if (BN_add_word(p, 1) == 0)
669 fatal("BN_add_word failed");
/openbsd-current/usr.bin/openssl/
H A Dca.c1158 if (!BN_add_word(serial, 1))
1183 if (!BN_add_word(serial, 1))
1208 if (!BN_add_word(serial, 1))
1441 if (!BN_add_word(crlnumber, 1))
H A Dx509.c1081 if (!BN_add_word(bnser, 1)) {
1460 if (!BN_add_word(serial, 1)) {
H A Dts.c1027 if (!BN_add_word(bn, 1))
/openbsd-current/lib/libcrypto/ec/
H A Dec_lib.c285 if (!BN_add_word(cofactor, 1))

Completed in 172 milliseconds