mbedTLS
LOAD_GROUP
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
LOAD_GROUP
LOAD_GROUP macro
Syntax
Show:
Summary
Declaration
from
ecp_curves.c:4600
#define
LOAD_GROUP
(
G
)
ecp_group_load
(
grp
,
\
G
##
_p
,
sizeof
(
G
##
_p
)
,
\
NULL
,
0
,
\
G
##
_b
,
sizeof
(
G
##
_b
)
,
\
G
##
_gx
,
sizeof
(
G
##
_gx
)
,
\
G
##
_gy
,
sizeof
(
G
##
_gy
)
,
\
G
##
_n
,
sizeof
(
G
##
_n
)
,
\
G
##
_T
\
)
Arguments
Argument
G
Examples
References
from
examples
Code
Location
#define
LOAD_GROUP
(
G
)
ecp_group_load
(
grp
,
\
ecp_curves.c:4600
return
LOAD_GROUP
(
secp192r1
)
;
ecp_curves.c:4729
return
LOAD_GROUP
(
secp224r1
)
;
ecp_curves.c:4735
return
LOAD_GROUP
(
secp256r1
)
;
ecp_curves.c:4741
return
LOAD_GROUP
(
secp384r1
)
;
ecp_curves.c:4747
return
LOAD_GROUP
(
secp521r1
)
;
ecp_curves.c:4753
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