openHiTLS API openHiTLS 0.1.0-Alpha1

◆ CRYPT_EAL_MacReinit()

int32_t CRYPT_EAL_MacReinit ( CRYPT_EAL_MacCtx ctx)

Re-initialize with the information retained in ctx.

注意
Doesn't need call the init interface again for initialization, it is equivalent to the combination of the deinit and init interfaces.
参数
ctx[IN] MAC context
返回值
CRYPT_SUCCESS,reinitsucceeded.
CRYPT_NULL_INPUT,theinput parameter is NULL.