openHiTLS API openHiTLS 0.1.0-Alpha1

◆ HITLS_CRYPT_RegisterHkdfMethod()

int32_t HITLS_CRYPT_RegisterHkdfMethod ( HITLS_CRYPT_KdfMethod userCryptCallBack)

Register the callback function of the HKDF.

参数
userCryptCallBack[IN] Callback function to be registered
返回值
HITLS_SUCCESS,ifsuccessful.
HITLS_NULL_INPUT,theinput parameter is NULL..