Home
last modified time | relevance | path

Searched refs:GetRandom (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/security/huks/test/reliability/src/
H A Dapi_pressure_test.cpp117 inline uint32_t GetRandom() in GetRandom() function
139 const uint32_t indexOfMode = GetRandom() % countOfMode; in AESModeRandForCiper()
175 HksAddParams(paramInSet, paramKeySize[GetRandom() % count], 1); in ParamForAESCipher()
190 HksAddParams(paramInSet, paramKeySize[GetRandom() % count], 1); in RSAKeySizeRand()
248 const uint32_t indexOfPadding = GetRandom() % countOfPadding; in ParamForRSACipher()
276 const uint32_t index = GetRandom() % count; in ParamForCipher()
298 const uint32_t index = GetRandom() % count; in ShaForPkcs1()
320 const uint32_t index = GetRandom() % count; in ShaForPss()
346 const uint32_t index = GetRandom() % count; in ParamForRSASign()
403 const uint32_t index = GetRandom() % count; in ParamForSign()
[all …]
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/utils/
H A Dwifi_randommac_helper.h35 static long int GetRandom();
H A Dwifi_randommac_helper.cpp121 long int WifiRandomMacHelper::GetRandom() in GetRandom() function in OHOS::Wifi::WifiRandomMacHelper
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Drandom.cpp51 uint64_t GetRandom() override in GetRandom() function in __anon1d941acf0110::Xoroshiro128
H A Dobject_registry.h42 virtual uint64_t GetRandom() = 0; in META_BEGIN_NAMESPACE()
H A Dobject_registry.cpp251 instid = GenerateInstanceId(random_->GetRandom()); in Create()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/
H A Dwifi_randommac_helper_test.cpp57 long int data = WifiRandomMacHelper::GetRandom();