Home
last modified time | relevance | path

Searched refs:BN_one (Results 1 – 15 of 15) sorted by relevance

/openbsd/regress/lib/libcrypto/bn/
H A Dbn_shift.c331 if (!BN_one(bn1)) { in test_bn_rshift_to_zero()
366 if (!BN_one(bn)) in benchmark_bn_lshift1()
383 if (!BN_one(bn)) in benchmark_bn_lshift()
439 if (!BN_one(bn)) in benchmark_bn_rshift1()
456 if (!BN_one(bn)) in benchmark_bn_rshift()
H A Dbn_bits.c103 if (!BN_one(bn)) in test_bn_clear_bit()
188 if (!BN_one(bn)) in test_bn_mask_bits()
H A Dbn_test.c419 CHECK_GOTO(BN_one(a)); in test_div()
946 CHECK_GOTO(BN_one(a)); in test_mod_mul()
947 CHECK_GOTO(BN_one(b)); in test_mod_mul()
1030 CHECK_GOTO(BN_one(a)); in test_mod_exp()
1031 CHECK_GOTO(BN_one(b)); in test_mod_exp()
1163 CHECK_GOTO(BN_one(a)); in test_mod_exp_mont_consttime()
1164 CHECK_GOTO(BN_one(b)); in test_mod_exp_mont_consttime()
1348 CHECK_GOTO(BN_one(a)); in test_mod_exp_mont5()
1414 CHECK_GOTO(BN_one(e)); in test_exp()
1664 CHECK_GOTO(BN_one(c)); in test_lshift()
[all …]
H A Dbn_mod_exp.c118 if (!BN_one(m)) in bn_mod_exp_zero_test()
171 if (!BN_one(m)) in bn_mod_exp_zero_word_test()
/openbsd/lib/libcrypto/bn/
H A Dbn_gcd.c237 if (!BN_one(X)) in BN_gcd_no_branch()
390 if (!BN_one(X)) in BN_mod_inverse_no_branch()
549 if (!BN_one(X)) in BN_mod_inverse_internal()
666 if (!BN_one(D)) in BN_mod_inverse_internal()
676 if (!BN_one(D)) in BN_mod_inverse_internal()
H A Dbn_exp.c147 if (!BN_one(rr)) in BN_exp()
208 ret = BN_one(r); in BN_mod_exp_simple()
248 if (!BN_one(r)) in BN_mod_exp_simple()
422 ret = BN_one(rr); in BN_mod_exp_mont_consttime()
679 ret = BN_one(rr); in BN_mod_exp_mont_internal()
865 ret = BN_one(rr); in BN_mod_exp_mont_word()
951 if (!BN_one(rr)) in BN_mod_exp_mont_word()
991 ret = BN_one(r); in BN_mod_exp_recp()
1035 if (!BN_one(r)) in BN_mod_exp_recp()
1190 ret = BN_one(rr); in BN_mod_exp2_mont()
H A Dbn_bpsw.c129 if (!BN_one(U)) in bn_lucas()
131 if (!BN_one(V)) in bn_lucas()
H A Dbn_isqrt.c79 if (!BN_one(a)) in bn_isqrt()
H A Dbn_lib.c620 BN_one(BIGNUM *a) in BN_one() function
624 LCRYPTO_ALIAS(BN_one);
H A Dbn.h318 int BN_one(BIGNUM *a);
/openbsd/usr.bin/dc/
H A Dinout.c358 bn_check(BN_one(mult)); in printnumber()
361 bn_check(BN_one(stop)); in printnumber()
H A Dbcode.c1206 bn_check(BN_one(r->number)); in bexp()
1237 bn_check(BN_one(one)); in bexp()
/openbsd/lib/libcrypto/hidden/openssl/
H A Dbn.h43 LCRYPTO_USED(BN_one);
/openbsd/regress/lib/libcrypto/ec/
H A Dectest.c126 if (!BN_one(n1)) in group_order_tests()
/openbsd/lib/libcrypto/
H A DSymbols.list428 BN_one