Home
last modified time | relevance | path

Searched refs:tempRandom (Results 1 - 3 of 3) sorted by relevance

/drivers/peripheral/user_auth/hdi_service/coauth/src/
H A Dpool.c122 uint64_t tempRandom; in GenerateValidExecutorId() local
123 if (SecureRandom((uint8_t *)&tempRandom, sizeof(uint64_t)) != RESULT_SUCCESS) { in GenerateValidExecutorId()
127 if (!IsExecutorIdDuplicate(tempRandom)) { in GenerateValidExecutorId()
128 *executorIndex = tempRandom; in GenerateValidExecutorId()
H A Dcoauth.c206 uint64_t tempRandom; in GenerateValidScheduleId() local
207 if (SecureRandom((uint8_t *)&tempRandom, sizeof(uint64_t)) != RESULT_SUCCESS) { in GenerateValidScheduleId()
211 if (!IsScheduleIdDuplicate(tempRandom)) { in GenerateValidScheduleId()
212 *scheduleId = tempRandom; in GenerateValidScheduleId()
/drivers/peripheral/user_auth/hdi_service/database/src/
H A Didm_database.c375 uint64_t tempRandom; in GenerateDeduplicateUint64() local
376 if (SecureRandom((uint8_t *)&tempRandom, sizeof(uint64_t)) != RESULT_SUCCESS) { in GenerateDeduplicateUint64()
380 if (!func(collection, tempRandom)) { in GenerateDeduplicateUint64()
381 *destValue = tempRandom; in GenerateDeduplicateUint64()

Completed in 4 milliseconds