mbedTLS
BITS_TO_LIMBS
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
BITS_TO_LIMBS
BITS_TO_LIMBS macro
half limb size
Syntax
Show:
Summary
Declaration
from
bignum_core.h:87
#define
BITS_TO_LIMBS
(
i
)
(
(
i
)
/
biL
+
(
(
i
)
%
biL
!=
0
)
)
Arguments
Argument
i
Examples
References
from
examples
Code
Location
#define
BITS_TO_LIMBS
(
i
)
(
(
i
)
/
biL
+
(
(
i
)
%
biL
!=
0
)
)
bignum_core.h:87
n
=
BITS_TO_LIMBS
(
slen
<
<
2
)
;
bignum.c:544
MBEDTLS_MPI_CHK
(
mbedtls_mpi_grow
(
X
,
BITS_TO_LIMBS
(
i
)
)
)
;
bignum.c:869
n
=
BITS_TO_LIMBS
(
nbits
)
;
bignum.c:2235
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out