Mbed TLS v3.6.3
Loading...
Searching...
No Matches
Data Fields
mbedtls_ecp_curve_info Struct Reference

#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.

The fields of this structure are part of the public API and can be accessed directly by applications. Future versions of the library may add extra fields or reorder existing fields.

Definition at line 140 of file ecp.h.

Field Documentation

◆ bit_size

uint16_t mbedtls_ecp_curve_info::bit_size

The curve size in bits.

Definition at line 143 of file ecp.h.

◆ grp_id

mbedtls_ecp_group_id mbedtls_ecp_curve_info::grp_id

An internal identifier.

Definition at line 141 of file ecp.h.

◆ name

const char* mbedtls_ecp_curve_info::name

A human-friendly name.

Definition at line 144 of file ecp.h.

◆ tls_id

uint16_t mbedtls_ecp_curve_info::tls_id

The TLS NamedCurve identifier.

Definition at line 142 of file ecp.h.


The documentation for this struct was generated from the following file: