openHiTLS API openHiTLS 0.1.0-Alpha1

◆ CRYPT_EAL_DrbgSeed()

int32_t CRYPT_EAL_DrbgSeed ( CRYPT_EAL_RndCtx ctx)

Regenerate the seed, which is equivalent to CRYPT_EAL_RandSeedWithAdin(NULL, 0).

注意
This interface supports multi-thread access.
参数
ctx[IN] DRBG handle.
返回值
CRYPT_SUCCESS,ifsuccessful. For other error codes, see crypt_errno.h.