1.1.14.4 WDRV_WINC_SSLCTXCipherSuitesGet Function

uint8_t WDRV_WINC_SSLCTXCipherSuitesGet (

WDRV_WINC_CIPHER_SUITE_CONTEXT *pSSLCipherSuiteCtx, uint16_t *pCipherSuiteList,

uint8_t maxNumCipherSuites

)

C

Summary

Returns the enabled cipher suites from a context.

Description

Gets the list of cipher suites from a context as a list of IANA IDs

Precondition

None.

Parameters

Param

Description

pSSLCipherSuiteCtx

Pointer to cipher suite context.

pCipherSuiteList

Pointer to list of cipher suites to populate.

maxNumCipherSuites

Maximum number of cipher suites to populate in list.

Returns

WDRV_WINC_STATUS_OK - The operation was performed.

WDRV_WINC_STATUS_INVALID_ARG - The parameters were incorrect.

Remarks

None.