mbedTLS
secp256r1_gy
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
STM32 Libraries and Samples
mbedTLS
secp256r1_gy
secp256r1_gy variable
Syntax
Show:
Summary
Declaration
from
ecp_curves.c:181
static
const
mbedtls_mpi_uint
secp256r1_gy
[
]
=
{
BYTES_TO_T_UINT_8
(
0xF5
,
0x51
,
0xBF
,
0x37
,
0x68
,
0x40
,
0xB6
,
0xCB
)
,
BYTES_TO_T_UINT_8
(
0xCE
,
0x5E
,
0x31
,
0x6B
,
0x57
,
0x33
,
0xCE
,
0x2B
)
,
BYTES_TO_T_UINT_8
(
0x16
,
0x9E
,
0x0F
,
0x7C
,
0x4A
,
0xEB
,
0xE7
,
0x8E
)
,
BYTES_TO_T_UINT_8
(
0x9B
,
0x7F
,
0x1A
,
0xFE
,
0xE2
,
0x42
,
0xE3
,
0x4F
)
,
}
;
Examples
References
from
examples
Code
Location
Referrer
static
const
mbedtls_mpi_uint
secp256r1_gy
[
]
=
{
ecp_curves.c:181
return
(
LOAD_GROUP
(
secp256r1
)
)
;
ecp_curves.c:778
mbedtls_ecp_group_load()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
secp256r1_gy
is read by 1 function:
All items filtered out
secp256r1_gy
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