WL865E4-P  36.07.001
M2MB_SSL_PSK_TABLE_T Struct Reference

PSK table structure. Structure to hold a preshared key (PSK) used to populate the PSK table. The PSK table is used by TLS PSK cipher suites. More...

#include <m2mb_ssl.h>

Data Fields

UINT32 psk_Size
 
UINT8psk_Buf
 

Detailed Description

PSK table structure. Structure to hold a preshared key (PSK) used to populate the PSK table. The PSK table is used by TLS PSK cipher suites.

Definition at line 223 of file m2mb_ssl.h.

Field Documentation

◆ psk_Buf

UINT8* psk_Buf

PSK table buffer.

Definition at line 227 of file m2mb_ssl.h.

◆ psk_Size

UINT32 psk_Size

PSK table buffer size.

Definition at line 225 of file m2mb_ssl.h.


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