Searched defs:GenerateRandom (Results 1 – 7 of 7) sorted by relevance
25 void GenerateRandom(RandomValue *rand, uint32_t length) in GenerateRandom() function
38 int32_t GenerateRandom(uint8_t *random, uint32_t randomLen) in GenerateRandom() function
41 HcfBlob RandomImpl::GenerateRandom(int32_t numBytes, int32_t* errCode) in GenerateRandom() function in OHOS::CryptoFramework::RandomImpl
71 static HcfResult GenerateRandom(HcfRand *self, int32_t numBytes, HcfBlob *random) in GenerateRandom() function
62 JSIValue CryptoFrameworkLiteModule::GenerateRandom(const JSIValue thisVal, const JSIValue *args, ui… in GenerateRandom() function in OHOS::ACELite::CryptoFrameworkLiteModule
58 fn GenerateRandom(random: *mut u8, random_len: u32) -> i32; in GenerateRandom() function
69 static int32_t GenerateRandom(Uint8Buff *rand) in GenerateRandom() function