Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:BN_one
(Results
1 - 21
of
21
) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/bn/
H
A
D
bn_gcd.c
50
if (!
BN_one
(X))
in bn_mod_inverse_no_branch()
239
if (!
BN_one
(X))
in int_bn_mod_inverse()
368
if (!
BN_one
(D))
in int_bn_mod_inverse()
378
if (!
BN_one
(D))
in int_bn_mod_inverse()
H
A
D
bn_exp.c
75
if (!
BN_one
(rr))
in BN_exp()
194
ret =
BN_one
(r);
in BN_mod_exp_recp()
254
if (!
BN_one
(r))
in BN_mod_exp_recp()
346
ret =
BN_one
(rr);
in BN_mod_exp_mont()
653
ret =
BN_one
(rr);
in BN_mod_exp_mont_consttime()
1213
ret =
BN_one
(rr);
in BN_mod_exp_mont_word()
1295
if (!
BN_one
(rr))
in BN_mod_exp_mont_word()
1340
ret =
BN_one
(r);
in BN_mod_exp_simple()
1386
if (!
BN_one
(r))
in BN_mod_exp_simple()
H
A
D
bn_exp2.c
42
ret =
BN_one
(rr);
in BN_mod_exp2_mont()
H
A
D
bn_sqrt.c
266
} else if (!
BN_one
(x))
in BN_mod_sqrt()
H
A
D
bn_gf2m.c
587
if (!
BN_one
(b))
in BN_GF2m_mod_inv_vartime()
876
return
BN_one
(r);
in BN_GF2m_mod_exp_arr()
/third_party/openssl/crypto/bn/
H
A
D
bn_gcd.c
50
if (!
BN_one
(X))
in bn_mod_inverse_no_branch()
239
if (!
BN_one
(X))
in int_bn_mod_inverse()
368
if (!
BN_one
(D))
in int_bn_mod_inverse()
378
if (!
BN_one
(D))
in int_bn_mod_inverse()
H
A
D
bn_exp.c
75
if (!
BN_one
(rr))
in BN_exp()
194
ret =
BN_one
(r);
in BN_mod_exp_recp()
246
if (!
BN_one
(r))
in BN_mod_exp_recp()
338
ret =
BN_one
(rr);
in BN_mod_exp_mont()
645
ret =
BN_one
(rr);
in BN_mod_exp_mont_consttime()
1205
ret =
BN_one
(rr);
in BN_mod_exp_mont_word()
1287
if (!
BN_one
(rr))
in BN_mod_exp_mont_word()
1327
ret =
BN_one
(r);
in BN_mod_exp_simple()
1365
if (!
BN_one
(r))
in BN_mod_exp_simple()
H
A
D
bn_exp2.c
42
ret =
BN_one
(rr);
in BN_mod_exp2_mont()
H
A
D
bn_sqrt.c
266
} else if (!
BN_one
(x))
in BN_mod_sqrt()
H
A
D
bn_gf2m.c
588
if (!
BN_one
(b))
in BN_GF2m_mod_inv_vartime()
871
return
BN_one
(r);
in BN_GF2m_mod_exp_arr()
/third_party/openssl/test/
H
A
D
exptest.c
61
BN_one
(m);
in test_mod_exp_zero()
62
BN_one
(a);
in test_mod_exp_zero()
H
A
D
ec_internal_test.c
172
|| !TEST_true(
BN_one
(a))
in ec2m_field_sanity()
173
|| !TEST_true(
BN_one
(b)))
in ec2m_field_sanity()
H
A
D
bntest.c
684
if (!(TEST_true(
BN_one
(a))
in test_modexp_mont5()
2905
if (!TEST_true(
BN_one
(exp_a1))
in test_mod_exp2_mont()
2906
|| !TEST_true(
BN_one
(exp_p1))
in test_mod_exp2_mont()
2907
|| !TEST_true(
BN_one
(exp_a2))
in test_mod_exp2_mont()
2908
|| !TEST_true(
BN_one
(exp_p2)))
in test_mod_exp2_mont()
H
A
D
ectest.c
67
|| !TEST_true(
BN_one
(n1))
in group_order_tests()
89
|| !TEST_true(
BN_one
(n1))
in group_order_tests()
/third_party/node/deps/openssl/openssl/crypto/ec/
H
A
D
ec2_smpl.c
664
if (!
BN_one
(point->Z))
in ossl_ec_GF2m_simple_make_affine()
851
|| !
BN_one
(r->Z))
in ec_GF2m_simple_ladder_post()
H
A
D
ecp_smpl.c
1252
if (!
BN_one
(prod_Z[0]))
in ossl_ec_GFp_simple_points_make_affine()
1342
if (!
BN_one
(p->Z))
in ossl_ec_GFp_simple_points_make_affine()
1713
if (!
BN_one
(r->Z))
in ossl_ec_GFp_simple_ladder_post()
/third_party/openssl/crypto/ec/
H
A
D
ec2_smpl.c
664
if (!
BN_one
(point->Z))
in ossl_ec_GF2m_simple_make_affine()
851
|| !
BN_one
(r->Z))
in ec_GF2m_simple_ladder_post()
H
A
D
ecp_smpl.c
1252
if (!
BN_one
(prod_Z[0]))
in ossl_ec_GFp_simple_points_make_affine()
1342
if (!
BN_one
(p->Z))
in ossl_ec_GFp_simple_points_make_affine()
1713
if (!
BN_one
(r->Z))
in ossl_ec_GFp_simple_ladder_post()
/third_party/openssl/ohos_lite/include/openssl/
H
A
D
bn.h
189
# define
BN_one
(a) (BN_set_word((a),1))
macro
/third_party/node/deps/openssl/openssl/include/openssl/
H
A
D
bn.h
197
# define
BN_one
(a) (BN_set_word((a),1))
macro
/third_party/openssl/include/openssl/
H
A
D
bn.h
197
# define
BN_one
(a) (BN_set_word((a),1))
macro
Completed in 27 milliseconds