![]() |
WL865E4-P
36.07.001
|
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 |
UINT8 * | psk_Buf |
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.
UINT8* psk_Buf |
PSK table buffer.
Definition at line 227 of file m2mb_ssl.h.
UINT32 psk_Size |
PSK table buffer size.
Definition at line 225 of file m2mb_ssl.h.