Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-os by
mbedtls_ecp_curve_info Struct Reference
Curve information for use by other modules. More...
#include <ecp.h>
Data Fields | |
mbedtls_ecp_group_id | grp_id |
uint16_t | tls_id |
uint16_t | bit_size |
const char * | name |
Detailed Description
Curve information for use by other modules.
Definition at line 80 of file mbedtls/inc/mbedtls/ecp.h.
Field Documentation
uint16_t bit_size |
Curve size in bits
Definition at line 84 of file mbedtls/inc/mbedtls/ecp.h.
mbedtls_ecp_group_id grp_id |
Internal identifier
Definition at line 82 of file mbedtls/inc/mbedtls/ecp.h.
const char* name |
Human-friendly name
Definition at line 85 of file mbedtls/inc/mbedtls/ecp.h.
uint16_t tls_id |
TLS NamedCurve identifier
Definition at line 83 of file mbedtls/inc/mbedtls/ecp.h.
Generated on Tue Jul 12 2022 13:16:53 by
