mbedTLS
CHARS_TO_LIMBS
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (2/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
CHARS_TO_LIMBS
CHARS_TO_LIMBS macro
Syntax
Show:
Summary
Declaration
from
bignum_core.h:88
#define
CHARS_TO_LIMBS
(
i
)
(
(
i
)
/
ciL
+
(
(
i
)
%
ciL
!=
0
)
)
Arguments
Argument
i
Examples
References
from
examples
Code
Location
#define
CHARS_TO_LIMBS
(
i
)
(
(
i
)
/
ciL
+
(
(
i
)
%
ciL
!=
0
)
)
bignum_core.h:88
const
size_t
limbs
=
CHARS_TO_LIMBS
(
buflen
)
;
bignum.c:797
const
size_t
limbs
=
CHARS_TO_LIMBS
(
buflen
)
;
bignum.c:823
const
size_t
limbs
=
CHARS_TO_LIMBS
(
size
)
;
bignum.c:1893
const
size_t
limbs
=
CHARS_TO_LIMBS
(
input_length
)
;
bignum_core.c:208
const
size_t
limbs
=
CHARS_TO_LIMBS
(
input_length
)
;
bignum_core.c:231
const
size_t
limbs
=
CHARS_TO_LIMBS
(
n_bytes
)
;
bignum_core.c:621
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