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

MembersDescription
idxInUseFlag indicating if context is in use.
pfSignCBCallback for signing operations.
signCbCtxUser supplied context passed to signing callback.
tlsCsHandleTLS cipher suite handle

Remarks

None.