mbedTLS
INIT
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
INIT
INIT macro
Syntax
Show:
Summary
Declaration
from
ecp_curves.c:4953
#define
INIT
(
b
)
\
int
ret
=
MBEDTLS_ERR_ERROR_CORRUPTION_DETECTED
;
\
signed
char
c
=
0
,
cc
;
\
uint32_t
cur
;
\
size_t
i
=
0
,
bits
=
(
b
)
;
\
\
\
MBEDTLS_MPI_CHK
(
mbedtls_mpi_grow
(
N
,
(
b
)
*
2
/
biL
+
1
)
)
;
\
LOAD32
;
Arguments
Argument
b
Examples
References
from
examples
Code
Location
#define
INIT
(
b
)
\
ecp_curves.c:4953
#undef
INIT
ecp_curves.c:5122
INIT
(
224
)
;
ecp_curves.c:5017
INIT
(
256
)
;
ecp_curves.c:5038
INIT
(
384
)
;
ecp_curves.c:5075
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