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.

Parameters
userCryptCallBack[IN] Callback function to be registered
Return values
HITLS_SUCCESS,ifsuccessful.
HITLS_NULL_INPUT,theinput parameter is NULL..