![]() |
API参考
|
#include <crypt_types.h>

Public 属性 | |
| CRYPT_EAL_GetEntropyCb | getEntropy |
| CRYPT_EAL_CleanEntropyCb | cleanEntropy |
| CRYPT_EAL_GetNonceCb | getNonce |
| CRYPT_EAL_CleanNonceCb | cleanNonce |
Metohd structure of the RAND registration interface, including the entropy source obtaining and clearing
interface and random number obtaining and clearing interface. For details about how to use the default entropy source of the HiTLS, see CRYPT_EAL_RandInit(). If the default mode is not used, the entropy source obtaining interface cannot be null, interface for obtaining random numbers can be null.