1.1.29.1.4 WDRV_WINC_TLSCTX_INFO Struct
C
typedef struct
{
bool idxInUse;
WDRV_WINC_EXTCRYPTO_SIGN_CB pfSignCB;
uintptr_t signCbCtx;
WDRV_WINC_TLS_CS_HANDLE tlsCsHandle;
} WDRV_WINC_TLSCTX_INFO;Description
Structure containing information about a TLS context.
Members
| Members | Description |
|---|---|
| idxInUse | Flag indicating if context is in use. |
| pfSignCB | Callback for signing operations. |
| signCbCtx | User supplied context passed to signing callback. |
| tlsCsHandle | TLS cipher suite handle |
Remarks
None.
