Kenji Arai / mbed-os_TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

Embed: (wiki syntax)

« Back to documentation index

mbedtls_ecp_curve_info Struct Reference

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 115 of file mbedtls/mbed-crypto/inc/mbedtls/ecp.h.


Field Documentation

uint16_t bit_size

The curve size in bits.

Definition at line 119 of file mbedtls/mbed-crypto/inc/mbedtls/ecp.h.

mbedtls_ecp_group_id grp_id

An internal identifier.

Definition at line 117 of file mbedtls/mbed-crypto/inc/mbedtls/ecp.h.

const char* name

A human-friendly name.

Definition at line 120 of file mbedtls/mbed-crypto/inc/mbedtls/ecp.h.

uint16_t tls_id

The TLS NamedCurve identifier.

Definition at line 118 of file mbedtls/mbed-crypto/inc/mbedtls/ecp.h.