mbedtls_ssl_premaster_secret Union Reference

#include <ssl.h>

Data Fields

unsigned char _pms_rsa [48]
unsigned char _pms_dhm [MBEDTLS_MPI_MAX_SIZE]
unsigned char _pms_ecdh [MBEDTLS_ECP_MAX_BYTES]
unsigned char _pms_psk [4+2 *MBEDTLS_PSK_MAX_LEN]
unsigned char _pms_dhe_psk [4+MBEDTLS_MPI_MAX_SIZE+MBEDTLS_PSK_MAX_LEN]
unsigned char _pms_rsa_psk [52+MBEDTLS_PSK_MAX_LEN]
unsigned char _pms_ecdhe_psk [4+MBEDTLS_ECP_MAX_BYTES+MBEDTLS_PSK_MAX_LEN]

Detailed Description

Definition at line 354 of file ssl.h.


Field Documentation

unsigned char mbedtls_ssl_premaster_secret::_pms_dhe_psk[4+MBEDTLS_MPI_MAX_SIZE+MBEDTLS_PSK_MAX_LEN]

Definition at line 373 of file ssl.h.

unsigned char mbedtls_ssl_premaster_secret::_pms_dhm[MBEDTLS_MPI_MAX_SIZE]

Definition at line 360 of file ssl.h.

unsigned char mbedtls_ssl_premaster_secret::_pms_ecdh[MBEDTLS_ECP_MAX_BYTES]

Definition at line 366 of file ssl.h.

unsigned char mbedtls_ssl_premaster_secret::_pms_ecdhe_psk[4+MBEDTLS_ECP_MAX_BYTES+MBEDTLS_PSK_MAX_LEN]

Definition at line 380 of file ssl.h.

unsigned char mbedtls_ssl_premaster_secret::_pms_psk[4+2 *MBEDTLS_PSK_MAX_LEN]

Definition at line 369 of file ssl.h.

Definition at line 357 of file ssl.h.

unsigned char mbedtls_ssl_premaster_secret::_pms_rsa_psk[52+MBEDTLS_PSK_MAX_LEN]

Definition at line 376 of file ssl.h.


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

Generated on 1 Jan 2019 for mbed TLS v2.7.9 by  doxygen 1.6.1