Symbol: BN_one
lib/libcrypto/bn/bn.h
278
int BN_one(BIGNUM *a);
lib/libcrypto/bn/bn_bpsw.c
129
if (!BN_one(U))
lib/libcrypto/bn/bn_bpsw.c
131
if (!BN_one(V))
lib/libcrypto/bn/bn_exp.c
1021
if (!BN_one(r))
lib/libcrypto/bn/bn_exp.c
1176
ret = BN_one(rr);
lib/libcrypto/bn/bn_exp.c
146
if (!BN_one(rr))
lib/libcrypto/bn/bn_exp.c
207
ret = BN_one(r);
lib/libcrypto/bn/bn_exp.c
247
if (!BN_one(r))
lib/libcrypto/bn/bn_exp.c
421
ret = BN_one(rr);
lib/libcrypto/bn/bn_exp.c
672
ret = BN_one(rr);
lib/libcrypto/bn/bn_exp.c
853
ret = BN_one(rr);
lib/libcrypto/bn/bn_exp.c
935
if (!BN_one(rr))
lib/libcrypto/bn/bn_exp.c
977
ret = BN_one(r);
lib/libcrypto/bn/bn_gcd.c
236
if (!BN_one(X))
lib/libcrypto/bn/bn_gcd.c
389
if (!BN_one(X))
lib/libcrypto/bn/bn_gcd.c
548
if (!BN_one(X))
lib/libcrypto/bn/bn_gcd.c
665
if (!BN_one(D))
lib/libcrypto/bn/bn_gcd.c
675
if (!BN_one(D))
lib/libcrypto/bn/bn_isqrt.c
79
if (!BN_one(a))
lib/libcrypto/bn/bn_lib.c
623
LCRYPTO_ALIAS(BN_one);
lib/libcrypto/ec/ecp_hp_methods.c
134
if (!BN_one(point->Z))
lib/libcrypto/ec/ecp_hp_methods.c
723
if (!BN_one(prod_Z[0]))
lib/libcrypto/ec/ecp_hp_methods.c
766
if (!BN_one(p->Z))
lib/libcrypto/hidden/openssl/bn.h
43
LCRYPTO_USED(BN_one);
regress/lib/libcrypto/bn/bn_bits.c
103
if (!BN_one(bn))
regress/lib/libcrypto/bn/bn_bits.c
188
if (!BN_one(bn))
regress/lib/libcrypto/bn/bn_mod_exp.c
118
if (!BN_one(m))
regress/lib/libcrypto/bn/bn_mod_exp.c
171
if (!BN_one(m))
regress/lib/libcrypto/bn/bn_shift.c
331
if (!BN_one(bn1)) {
regress/lib/libcrypto/bn/bn_shift.c
366
if (!BN_one(bn))
regress/lib/libcrypto/bn/bn_shift.c
383
if (!BN_one(bn))
regress/lib/libcrypto/bn/bn_shift.c
439
if (!BN_one(bn))
regress/lib/libcrypto/bn/bn_shift.c
456
if (!BN_one(bn))
regress/lib/libcrypto/bn/bn_test.c
1021
CHECK_GOTO(BN_one(a));
regress/lib/libcrypto/bn/bn_test.c
1022
CHECK_GOTO(BN_one(b));
regress/lib/libcrypto/bn/bn_test.c
1154
CHECK_GOTO(BN_one(a));
regress/lib/libcrypto/bn/bn_test.c
1155
CHECK_GOTO(BN_one(b));
regress/lib/libcrypto/bn/bn_test.c
1339
CHECK_GOTO(BN_one(a));
regress/lib/libcrypto/bn/bn_test.c
1405
CHECK_GOTO(BN_one(e));
regress/lib/libcrypto/bn/bn_test.c
1655
CHECK_GOTO(BN_one(c));
regress/lib/libcrypto/bn/bn_test.c
1767
CHECK_GOTO(BN_one(c));
regress/lib/libcrypto/bn/bn_test.c
421
CHECK_GOTO(BN_one(a));
regress/lib/libcrypto/bn/bn_test.c
937
CHECK_GOTO(BN_one(a));
regress/lib/libcrypto/bn/bn_test.c
938
CHECK_GOTO(BN_one(b));
regress/lib/libcrypto/ec/ectest.c
123
if (!BN_one(n1))
usr.bin/dc/bcode.c
1206
bn_check(BN_one(r->number));
usr.bin/dc/bcode.c
1237
bn_check(BN_one(one));
usr.bin/dc/inout.c
358
bn_check(BN_one(mult));
usr.bin/dc/inout.c
361
bn_check(BN_one(stop));