mbedTLS
secp256r1_p
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
secp256r1_p
secp256r1_p variable
Syntax
Show:
Summary
Declaration
from
ecp_curves.c:524
static
const
mbedtls_mpi_uint
secp256r1_p
[
]
=
{
MBEDTLS_BYTES_TO_T_UINT_8
(
0xFF
,
0xFF
,
0xFF
,
0xFF
,
0xFF
,
0xFF
,
0xFF
,
0xFF
)
,
MBEDTLS_BYTES_TO_T_UINT_8
(
0xFF
,
0xFF
,
0xFF
,
0xFF
,
0x00
,
0x00
,
0x00
,
0x00
)
,
MBEDTLS_BYTES_TO_T_UINT_8
(
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
)
,
MBEDTLS_BYTES_TO_T_UINT_8
(
0x01
,
0x00
,
0x00
,
0x00
,
0xFF
,
0xFF
,
0xFF
,
0xFF
)
,
}
;
Examples
References
from
examples
Code
Location
Referrer
static
const
mbedtls_mpi_uint
secp256r1_p
[
]
=
{
ecp_curves.c:524
return
LOAD_GROUP
(
secp256r1
)
;
ecp_curves.c:4741
mbedtls_ecp_group_load()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
secp256r1_p
is read by 1 function:
All items filtered out
secp256r1_p
mbedtls_ecp_group_load()
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