Searched refs:BN_sub_word (Results 1 - 13 of 13) sorted by relevance

/openbsd-current/lib/libcrypto/bn/
H A Dbn_word.c160 i = BN_sub_word(a, w);
179 BN_sub_word(BIGNUM *a, BN_ULONG w) function
223 LCRYPTO_ALIAS(BN_sub_word); variable
H A Dbn_isqrt.c131 if (!BN_sub_word(a, 1))
H A Dbn_mod_sqrt.c184 if (!BN_sub_word(i, 1))
H A Dbn_mont.c235 if (!BN_sub_word(Ninv, 1))
H A Dbn.h374 int BN_sub_word(BIGNUM *a, BN_ULONG w);
/openbsd-current/regress/lib/libcrypto/evp/
H A Devp_pkey_check.c259 if (!BN_sub_word(private_key, 1)) {
260 fprintf(stderr, "%s: BN_sub_word\n", __func__);
351 if (!BN_sub_word(order, 1)) {
352 fprintf(stderr, "%s: BN_sub_word() failed\n", __func__);
/openbsd-current/regress/lib/libcrypto/bn/
H A Dbn_print.c237 if (!BN_sub_word(bn, 1))
H A Dbn_isqrt.c219 errx(1, "BN_sub_word(upper, 1)");
232 if (!BN_sub_word(isqrt, 1))
H A Dbn_word.c247 return test_bn_word(BN_sub_word, "BN_sub_word", bn_sub_word_tests,
H A Dbn_gcd.c3625 if (!BN_sub_word(a, 1))
3626 errx(1, "%s: BN_sub_word(a, 1)", test->name);
3631 if (!BN_sub_word(b, 1))
3632 errx(1, "%s: BN_sub_word(a, 1)", test->name);
3642 if (!BN_sub_word(a, 1))
3643 errx(1, "%s: BN_sub_word(a, 1)", test->name);
H A Dbn_test.c1419 for (; !BN_is_zero(b); BN_sub_word(b, 1))
1501 if (!BN_sub_word(t, 1))
/openbsd-current/lib/libcrypto/hidden/openssl/
H A Dbn.h90 LCRYPTO_USED(BN_sub_word); variable
/openbsd-current/lib/libcrypto/dh/
H A Ddh_check.c111 if (!BN_sub_word(max_g, 1))

Completed in 104 milliseconds