Mbed TLS v3.6.0
|
#include <ecdh.h>
Data Fields | |
mbedtls_ecp_group | private_grp |
mbedtls_mpi | private_d |
mbedtls_ecp_point | private_Q |
mbedtls_ecp_point | private_Qp |
mbedtls_mpi | private_z |
The context used by the default ECDH implementation.
Later versions might change the structure of this context, therefore users should not make any assumptions about the structure of mbedtls_ecdh_context_mbed.
mbedtls_mpi mbedtls_ecdh_context_mbed::private_d |
mbedtls_ecp_group mbedtls_ecdh_context_mbed::private_grp |
mbedtls_ecp_point mbedtls_ecdh_context_mbed::private_Q |
mbedtls_ecp_point mbedtls_ecdh_context_mbed::private_Qp |
mbedtls_mpi mbedtls_ecdh_context_mbed::private_z |