1.1.19.10 WDRV_WINC_TLSCTX_INFO

Summary

TLS context information structure.

Description

Structure containing information about a TLS context.

Remarks

None.

typedef struct
{
    /* Flag indicating if context is in use. */
    bool idxInUse;

    /* Callback for signing operations. */
    WDRV_WINC_EXTCRYPTO_SIGN_CB pfSignCB;

    /* User supplied context passed to signing callback. */
    uintptr_t signCbCtx;

    /* TLS cipher suite handle */
    int tlsCsHandle;
} WDRV_WINC_TLSCTX_INFO;