openHiTLS API openHiTLS 0.1.0-Alpha1

◆ BSL_UIO_GetUserData()

void * BSL_UIO_GetUserData ( const BSL_UIO uio)

Obtain the user data in the UIO object.

The user data comes from users, and tls will not change any thing for user data, user can add some customize information.

Parameters
uio[IN] UIO object.
Return values
Succeededin obtaining the data structure pointer stored by the user.
NULL,theobtained data does not exist.