Searched defs:random (Results 1 – 5 of 5) sorted by relevance
103 static int32_t HdfGetRandom(int numBytes, uint8_t *random) in HdfGetRandom()194 uint64_t random = 0; in HdfRegisterAllDevSecId() local
257 int32_t HuksHdiAdapterGenerateRandom(const struct HksParamSet *paramSet, struct HksBlob *random) in HuksHdiAdapterGenerateRandom()
134 …uksGenerateRandom(struct IHuks *self, const struct HuksParamSet *paramSet, struct HuksBlob *random) in HuksGenerateRandom()
179 #define HDI_CONVERTER_FUNC_GENERATERANDOM(paramSet, random, ret, func) \ argument
116 int32_t random = open("/dev/urandom", O_RDONLY); in WriteRandomDataToFile() local