Home
last modified time | relevance | path

Searched refs:GetRandomUint32 (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/security/dlp_permission_service/frameworks/common/include/
H A Drandom.h25 unsigned int GetRandomUint32(void);
/ohos5.0/base/security/access_token/services/common/random/include/
H A Drandom.h25 unsigned int GetRandomUint32(void);
H A Drandom_openssl.h26 static unsigned int GetRandomUint32();
/ohos5.0/base/security/access_token/services/common/random/src/
H A Drandom_openssl.cpp21 extern "C" unsigned int GetRandomUint32() in GetRandomUint32() function
/ohos5.0/base/security/access_token/services/tokensyncmanager/include/remote/
H A Dsoft_bus_channel.h247 int b = static_cast<int32_t>(GetRandomUint32() % bbase); in RandomUuid()
255 … if (sprintf_s(p, bufSize, "%c%x", c[GetRandomUint32() % strlen(c)], b % xbase) < 0) { in RandomUuid()
/ohos5.0/base/security/access_token/services/accesstokenmanager/main/cpp/src/token/
H A Daccesstoken_id_manager.cpp94 unsigned int rand = GetRandomUint32(); in CreateTokenId()