mbedTLS
LOAD_GROUP_A
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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_A
LOAD_GROUP_A macro
Syntax
Show:
Summary
Declaration
from
ecp_curves.c:4590
#define
LOAD_GROUP_A
(
G
)
ecp_group_load
(
grp
,
\
G
##
_p
,
sizeof
(
G
##
_p
)
,
\
G
##
_a
,
sizeof
(
G
##
_a
)
,
\
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_A
(
G
)
ecp_group_load
(
grp
,
\
ecp_curves.c:4590
return
LOAD_GROUP_A
(
secp192k1
)
;
ecp_curves.c:4759
return
LOAD_GROUP_A
(
secp224k1
)
;
ecp_curves.c:4765
return
LOAD_GROUP_A
(
secp256k1
)
;
ecp_curves.c:4771
return
LOAD_GROUP_A
(
brainpoolP256r1
)
;
ecp_curves.c:4776
return
LOAD_GROUP_A
(
brainpoolP384r1
)
;
ecp_curves.c:4781
return
LOAD_GROUP_A
(
brainpoolP512r1
)
;
ecp_curves.c:4786
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