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:kPrime
(Results
1 - 4
of
4
) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/ec/
H
A
D
ecp_nistp521.c
852
static const felem
kPrime
= {
variable
915
is_p = ftmp[0] ^
kPrime
[0];
in felem_is_zero()
916
is_p |= ftmp[1] ^
kPrime
[1];
in felem_is_zero()
917
is_p |= ftmp[2] ^
kPrime
[2];
in felem_is_zero()
918
is_p |= ftmp[3] ^
kPrime
[3];
in felem_is_zero()
919
is_p |= ftmp[4] ^
kPrime
[4];
in felem_is_zero()
920
is_p |= ftmp[5] ^
kPrime
[5];
in felem_is_zero()
921
is_p |= ftmp[6] ^
kPrime
[6];
in felem_is_zero()
922
is_p |= ftmp[7] ^
kPrime
[7];
in felem_is_zero()
923
is_p |= ftmp[8] ^
kPrime
[
in felem_is_zero()
[all...]
H
A
D
ecp_nistp256.c
121
static const u64
kPrime
[4] =
variable
421
* conditionally subtract
kPrime
if tmp[3] is large enough.
in felem_shrink()
449
tmp[0] -= mask &
kPrime
[0];
in felem_shrink()
450
tmp[1] -= mask &
kPrime
[1];
in felem_shrink()
451
/*
kPrime
[2] is zero, so omitted */
in felem_shrink()
452
tmp[3] -= mask &
kPrime
[3];
in felem_shrink()
855
* We are doing a constant time test if out >=
kPrime
. We need to compare
in felem_contract()
862
uint128_t a = ((uint128_t)
kPrime
[i]) - out[i];
in felem_contract()
864
* if out[i] >
kPrime
[i] then a will underflow and the high 64-bits
in felem_contract()
870
* if
kPrime
[
in felem_contract()
[all...]
/third_party/openssl/crypto/ec/
H
A
D
ecp_nistp521.c
852
static const felem
kPrime
= {
variable
915
is_p = ftmp[0] ^
kPrime
[0];
in felem_is_zero()
916
is_p |= ftmp[1] ^
kPrime
[1];
in felem_is_zero()
917
is_p |= ftmp[2] ^
kPrime
[2];
in felem_is_zero()
918
is_p |= ftmp[3] ^
kPrime
[3];
in felem_is_zero()
919
is_p |= ftmp[4] ^
kPrime
[4];
in felem_is_zero()
920
is_p |= ftmp[5] ^
kPrime
[5];
in felem_is_zero()
921
is_p |= ftmp[6] ^
kPrime
[6];
in felem_is_zero()
922
is_p |= ftmp[7] ^
kPrime
[7];
in felem_is_zero()
923
is_p |= ftmp[8] ^
kPrime
[
in felem_is_zero()
[all...]
H
A
D
ecp_nistp256.c
121
static const u64
kPrime
[4] =
variable
421
* conditionally subtract
kPrime
if tmp[3] is large enough.
in felem_shrink()
449
tmp[0] -= mask &
kPrime
[0];
in felem_shrink()
450
tmp[1] -= mask &
kPrime
[1];
in felem_shrink()
451
/*
kPrime
[2] is zero, so omitted */
in felem_shrink()
452
tmp[3] -= mask &
kPrime
[3];
in felem_shrink()
855
* We are doing a constant time test if out >=
kPrime
. We need to compare
in felem_contract()
862
uint128_t a = ((uint128_t)
kPrime
[i]) - out[i];
in felem_contract()
864
* if out[i] >
kPrime
[i] then a will underflow and the high 64-bits
in felem_contract()
870
* if
kPrime
[
in felem_contract()
[all...]
Completed in 8 milliseconds