Searched defs:random (Results 1 – 7 of 7) sorted by relevance
69 struct HksBlob *random = NULL; variable
93 struct HksBlob *random = NULL; in ExecHksGenerateRandomTest001() local
105 random(min, max) { method in PressureTest
592 struct hks_blob *random = NULL; variable607 struct hks_blob random = { 0 }; variable627 struct hks_blob random = { 0 }; variable
299 struct hks_blob random = { 0 }; variable325 struct hks_blob *random = nullptr; variable339 struct hks_blob random = { 0 }; variable358 struct hks_blob random = { 0 }; variable
149 int32_t HksGenerateRandomRun(struct HksBlob *random, uint32_t performTimes) in HksGenerateRandomRun()
139 static void TestGenerateRandomInner(const AlgLoader *loader, Uint8Buff *random) in TestGenerateRandomInner()188 Uint8Buff random = { (uint8_t *)malloc(GEN_RANDOM_MAX_SIZE), GEN_RANDOM_MAX_SIZE }; in TestGenerateRandom() local