![]() |
nRF5 SDK for Thread and Zigbee v1.0.0
|
Choose documentation: | nRF5 SDK | S112 SoftDevice API | S132 SoftDevice API | S140 SoftDevice API | S212 SoftDevice API |
#include <ecp.h>
Data Fields | |
mbedtls_ecp_group_id | grp_id |
uint16_t | tls_id |
uint16_t | bit_size |
const char * | name |
Curve information, for use by other modules.
uint16_t mbedtls_ecp_curve_info::bit_size |
The curve size in bits.
mbedtls_ecp_group_id mbedtls_ecp_curve_info::grp_id |
An internal identifier.
const char* mbedtls_ecp_curve_info::name |
A human-friendly name.
uint16_t mbedtls_ecp_curve_info::tls_id |
The TLS NamedCurve identifier.