mbedTLS
P255_WIDTH
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
P255_WIDTH
P255_WIDTH macro
Syntax
Show:
Summary
Declaration
from
ecp_curves.c:5192
#define
P255_WIDTH
(
255
/
8
/
sizeof
(
mbedtls_mpi_uint
)
+
1
)
Examples
References
from
examples
Code
Location
#define
P255_WIDTH
(
255
/
8
/
sizeof
(
mbedtls_mpi_uint
)
+
1
)
ecp_curves.c:5192
mbedtls_mpi_uint
Mp
[
P255_WIDTH
]
;
ecp_curves.c:5200
mbedtls_mpi_uint
*
const
NT_p
=
N
->
p
+
P255_WIDTH
;
ecp_curves.c:5203
const
size_t
NT_n
=
N
->
n
-
P255_WIDTH
;
ecp_curves.c:5204
if
(
N
->
n
<=
P255_WIDTH
)
{
ecp_curves.c:5205
if
(
NT_n
>
P255_WIDTH
)
{
ecp_curves.c:5208
mbedtls_mpi_core_mla
(
N
->
p
,
P255_WIDTH
+
1
,
ecp_curves.c:5217
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