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:LIMB_SIZE_25519
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/lib/mpi/
H
A
D
ec.c
197
#define
LIMB_SIZE_25519
((256+BITS_PER_MPI_LIMB-1)/BITS_PER_MPI_LIMB)
macro
202
mpi_size_t wsize =
LIMB_SIZE_25519
;
in ec_addm_25519()
203
mpi_limb_t n[
LIMB_SIZE_25519
];
in ec_addm_25519()
218
wp[
LIMB_SIZE_25519
-1] &= ~((mpi_limb_t)1 << (255 % BITS_PER_MPI_LIMB));
in ec_addm_25519()
224
mpi_size_t wsize =
LIMB_SIZE_25519
;
in ec_subm_25519()
225
mpi_limb_t n[
LIMB_SIZE_25519
];
in ec_subm_25519()
239
wp[
LIMB_SIZE_25519
-1] &= ~((mpi_limb_t)1 << (255 % BITS_PER_MPI_LIMB));
in ec_subm_25519()
245
mpi_size_t wsize =
LIMB_SIZE_25519
;
in ec_mulm_25519()
246
mpi_limb_t n[
LIMB_SIZE_25519
*2];
in ec_mulm_25519()
247
mpi_limb_t m[
LIMB_SIZE_25519
in ec_mulm_25519()
[all...]
/kernel/linux/linux-6.6/lib/crypto/mpi/
H
A
D
ec.c
197
#define
LIMB_SIZE_25519
((256+BITS_PER_MPI_LIMB-1)/BITS_PER_MPI_LIMB)
macro
202
mpi_size_t wsize =
LIMB_SIZE_25519
;
in ec_addm_25519()
203
mpi_limb_t n[
LIMB_SIZE_25519
];
in ec_addm_25519()
218
wp[
LIMB_SIZE_25519
-1] &= ~((mpi_limb_t)1 << (255 % BITS_PER_MPI_LIMB));
in ec_addm_25519()
224
mpi_size_t wsize =
LIMB_SIZE_25519
;
in ec_subm_25519()
225
mpi_limb_t n[
LIMB_SIZE_25519
];
in ec_subm_25519()
239
wp[
LIMB_SIZE_25519
-1] &= ~((mpi_limb_t)1 << (255 % BITS_PER_MPI_LIMB));
in ec_subm_25519()
245
mpi_size_t wsize =
LIMB_SIZE_25519
;
in ec_mulm_25519()
246
mpi_limb_t n[
LIMB_SIZE_25519
*2];
in ec_mulm_25519()
247
mpi_limb_t m[
LIMB_SIZE_25519
in ec_mulm_25519()
[all...]
Completed in 3 milliseconds