Home
last modified time | relevance | path

Searched defs:random (Results 1 – 5 of 5) sorted by relevance

/drivers/hdf_core/adapter/uhdf2/security/src/
Dhdf_security.c103 static int32_t HdfGetRandom(int numBytes, uint8_t *random) in HdfGetRandom()
194 uint64_t random = 0; in HdfRegisterAllDevSecId() local
/drivers/peripheral/huks/hdi_service/
Dhuks_hdi_passthrough_adapter.c257 int32_t HuksHdiAdapterGenerateRandom(const struct HksParamSet *paramSet, struct HksBlob *random) in HuksHdiAdapterGenerateRandom()
Dhuks_hdi_service.c134 …uksGenerateRandom(struct IHuks *self, const struct HuksParamSet *paramSet, struct HuksBlob *random) in HuksGenerateRandom()
Dhuks_hdi_template.h179 #define HDI_CONVERTER_FUNC_GENERATERANDOM(paramSet, random, ret, func) \ argument
/drivers/peripheral/usb/test/unittest/hal/src/
Dusbfn_mtp_test.cpp116 int32_t random = open("/dev/urandom", O_RDONLY); in WriteRandomDataToFile() local