openHiTLS API
openHiTLS 0.1.0-Alpha1
首页
模块
结构体
文件
Crypt_eal_rand
CRYPT_EAL_Drbgbytes
CRYPT_EAL_DrbgbytesWithAdin
CRYPT_EAL_DrbgSeed
CRYPT_EAL_DrbgSeedWithAdin
CRYPT_EAL_Randbytes
CRYPT_EAL_RandbytesWithAdin
CRYPT_EAL_RandDeinit
CRYPT_EAL_RandInit
CRYPT_EAL_RandIsValidAlgId
CRYPT_EAL_RandSeed
CRYPT_EAL_RandSeedWithAdin
◆
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
,if
successful. For other error codes, see
crypt_errno.h
.
制作者
1.9.7