openHiTLS API openHiTLS 0.1.0-Alpha1

◆ HITLS_SESS_GetCipherSuite()

int32_t HITLS_SESS_GetCipherSuite ( HITLS_Session sess,
uint16_t *  cipherSuite 
)

Obtain the session password suite.

参数
sess[IN] Session information handle.
cipherSuite[OUT] Cipher suite.
返回值
HITLS_SUCCESS,ifsuccessful.
Forother error codes, see hitls_error.h.