Searched refs:GetRandom (Results 1 – 7 of 7) sorted by relevance
117 inline uint32_t GetRandom() in GetRandom() function139 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 …]
35 static long int GetRandom();
121 long int WifiRandomMacHelper::GetRandom() in GetRandom() function in OHOS::Wifi::WifiRandomMacHelper
51 uint64_t GetRandom() override in GetRandom() function in __anon1d941acf0110::Xoroshiro128
42 virtual uint64_t GetRandom() = 0; in META_BEGIN_NAMESPACE()
251 instid = GenerateInstanceId(random_->GetRandom()); in Create()
57 long int data = WifiRandomMacHelper::GetRandom();