ReactOS 0.4.15-dev-7958-gcd0bb1a
mbedtls_ssl_premaster_secret Union Reference

#include <ssl.h>

Public Attributes

unsigned char _pms_rsa [48]
 
unsigned char _pms_dhm [MBEDTLS_MPI_MAX_SIZE]
 
unsigned char _pms_ecdh [MBEDTLS_ECP_MAX_BYTES]
 

Detailed Description

Definition at line 412 of file ssl.h.

Member Data Documentation

◆ _pms_dhm

unsigned char mbedtls_ssl_premaster_secret::_pms_dhm[MBEDTLS_MPI_MAX_SIZE]

Definition at line 418 of file ssl.h.

◆ _pms_ecdh

unsigned char mbedtls_ssl_premaster_secret::_pms_ecdh[MBEDTLS_ECP_MAX_BYTES]

Definition at line 424 of file ssl.h.

◆ _pms_rsa

unsigned char mbedtls_ssl_premaster_secret::_pms_rsa[48]

Definition at line 415 of file ssl.h.


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