openHiTLS API openHiTLS 0.1.0-Alpha1

◆ HITLS_SetRecordPaddingCbArg()

int32_t HITLS_SetRecordPaddingCbArg ( HITLS_Ctx ctx,
void *  arg 
)

Sets the parameters arg required by the RecordPadding callback function.

参数
ctx[IN/OUT] TLS Connection Handle
arg[IN] Related Parameter arg
返回值
HITLS_NULL_INPUT,theinput parameter pointer is NULL.
HITLS_SUCCESS,ifsuccessful.