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:BITS_TO_LIMBS
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mbedtls/library/
H
A
D
bignum_core.h
87
#define
BITS_TO_LIMBS
(i) ((i) / biL + ((i) % biL != 0))
macro
H
A
D
bignum_mod_raw.c
126
const size_t T_limbs =
BITS_TO_LIMBS
(N->bits) * 2;
in mbedtls_mpi_mod_raw_mul()
H
A
D
bignum.c
543
n =
BITS_TO_LIMBS
(slen << 2);
in mbedtls_mpi_read_string()
868
MBEDTLS_MPI_CHK(mbedtls_mpi_grow(X,
BITS_TO_LIMBS
(i)));
in mbedtls_mpi_shift_l()
2182
n =
BITS_TO_LIMBS
(nbits);
in mbedtls_mpi_gen_prime()
H
A
D
ecp_curves_new.c
4909
size_t expected_width =
BITS_TO_LIMBS
(192) * 2;
in ecp_mod_p192()
4923
if (Nn !=
BITS_TO_LIMBS
(192) * 2) {
in mbedtls_ecp_mod_p192_raw()
5069
size_t expected_width =
BITS_TO_LIMBS
(224) * 2;
in ecp_mod_p224()
5079
if (X_limbs !=
BITS_TO_LIMBS
(224) * 2) {
in mbedtls_ecp_mod_p224_raw()
5122
size_t expected_width =
BITS_TO_LIMBS
(256) * 2;
in ecp_mod_p256()
5132
if (X_limbs !=
BITS_TO_LIMBS
(256) * 2) {
in mbedtls_ecp_mod_p256_raw()
5202
size_t expected_width =
BITS_TO_LIMBS
(384) * 2;
in ecp_mod_p384()
5212
if (X_limbs !=
BITS_TO_LIMBS
(384) * 2) {
in mbedtls_ecp_mod_p384_raw()
5324
size_t expected_width =
BITS_TO_LIMBS
(521) * 2;
in ecp_mod_p521()
5336
if (X_limbs !=
BITS_TO_LIMBS
(52
in mbedtls_ecp_mod_p521_raw()
[all...]
Completed in 17 milliseconds