1.1.19.13 WDRV_WINC_TLSCipherSuiteClose
Function
void WDRV_WINC_TLSCipherSuiteClose ( DRV_HANDLE handle, WDRV_WINC_TLS_CS_HANDLE tlsCsHandle )
Summary
Closes a TLS cipher suite.
Description
Frees a TLS cipher suite handle for other uses.
Precondition
WDRV_WINC_Initialize should have been called. WDRV_WINC_Open should have been called to obtain a valid handle. WDRV_WINC_TLSCipherSuiteOpen should have been called to obtain a valid TLS cipher suite handle.
Parameters
handle - Client handle obtained by a call to WDRV_WINC_Open.
tlsCsHandle - TLS cipher suite handle obtained by a call to WDRV_WINC_TLSCipherSuiteOpen.
Returns
None.
Remarks
None.