mbedTLS
secp521r1_gx
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
secp521r1_gx
secp521r1_gx variable
Syntax
Show:
Summary
Declaration
from
ecp_curves.c:1394
static
const
mbedtls_mpi_uint
secp521r1_gx
[
]
=
{
MBEDTLS_BYTES_TO_T_UINT_8
(
0x66
,
0xBD
,
0xE5
,
0xC2
,
0x31
,
0x7E
,
0x7E
,
0xF9
)
,
MBEDTLS_BYTES_TO_T_UINT_8
(
0x9B
,
0x42
,
0x6A
,
0x85
,
0xC1
,
0xB3
,
0x48
,
0x33
)
,
MBEDTLS_BYTES_TO_T_UINT_8
(
0xDE
,
0xA8
,
0xFF
,
0xA2
,
0x27
,
0xC1
,
0x1D
,
0xFE
)
,
MBEDTLS_BYTES_TO_T_UINT_8
(
0x28
,
0x59
,
0xE7
,
0xEF
,
0x77
,
0x5E
,
0x4B
,
0xA1
)
,
MBEDTLS_BYTES_TO_T_UINT_8
(
0xBA
,
0x3D
,
0x4D
,
0x6B
,
0x60
,
0xAF
,
0x28
,
0xF8
)
,
MBEDTLS_BYTES_TO_T_UINT_8
(
0x21
,
0xB5
,
0x3F
,
0x05
,
0x39
,
0x81
,
0x64
,
0x9C
)
,
MBEDTLS_BYTES_TO_T_UINT_8
(
0x42
,
0xB4
,
0x95
,
0x23
,
0x66
,
0xCB
,
0x3E
,
0x9E
)
,
MBEDTLS_BYTES_TO_T_UINT_8
(
0xCD
,
0xE9
,
0x04
,
0x04
,
0xB7
,
0x06
,
0x8E
,
0x85
)
,
MBEDTLS_BYTES_TO_T_UINT_2
(
0xC6
,
0x00
)
,
}
;
Examples
References
from
examples
Code
Location
Referrer
static
const
mbedtls_mpi_uint
secp521r1_gx
[
]
=
{
ecp_curves.c:1394
return
LOAD_GROUP
(
secp521r1
)
;
ecp_curves.c:4753
mbedtls_ecp_group_load()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
secp521r1_gx
is read by 1 function:
All items filtered out
secp521r1_gx
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