mbedTLS
MBEDTLS_PK_IS_RFC8410_GROUP_ID
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
MBEDTLS_PK_IS_RFC8410_GROUP_ID
MBEDTLS_PK_IS_RFC8410_GROUP_ID macro
Syntax
Show:
Summary
Declaration
from
pk_internal.h:121
#define
MBEDTLS_PK_IS_RFC8410_GROUP_ID
(
id
)
\
(
(
id
==
MBEDTLS_ECP_DP_CURVE25519
)
||
(
id
==
MBEDTLS_ECP_DP_CURVE448
)
)
Arguments
Argument
id
Examples
References
from
examples
Code
Location
#define
MBEDTLS_PK_IS_RFC8410_GROUP_ID
(
id
)
\
pk_internal.h:121
return
MBEDTLS_PK_IS_RFC8410_GROUP_ID
(
id
)
;
pk_internal.h:128
if
(
MBEDTLS_PK_IS_RFC8410_GROUP_ID
(
ec_grp_id
)
)
{
pkparse.c:573
if
(
MBEDTLS_PK_IS_RFC8410_GROUP_ID
(
ec_grp_id
)
)
{
pkparse.c:824
if
(
MBEDTLS_PK_IS_RFC8410_GROUP_ID
(
ec_grp_id
)
)
{
pkwrite.c:482
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