mbedTLS
mbedtls_ecdh_can_do()
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_ecdh_can_do()
mbedtls_ecdh_can_do() function
Check whether a given group can be used for ECDH.
Syntax
Show:
Summary
Declaration
Definition
from
ecdh.h:164
int
mbedtls_ecdh_can_do
(
mbedtls_ecp_group_id
gid
)
;
Implemented in
ecdh.c:39
Arguments
Argument
Description
gid
The ECP group ID to check.
Return value
\c 1 if the group can be used, \c 0 otherwise
Examples
References
from
examples
Code
Location
int
mbedtls_ecdh_can_do
(
mbedtls_ecp_group_id
gid
)
ecdh.c:39
int
mbedtls_ecdh_can_do
(
mbedtls_ecp_group_id
gid
)
;
ecdh.h:164
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_ecdh_can_do()
:
All items filtered out
mbedtls_ecdh_can_do()
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