Home
last modified time | relevance | path

Searched refs:GetRandomNum (Results 1 - 9 of 9) sorted by relevance

/test/xts/device_attest_lite/services/core/include/utils/
H A Dattest_utils.h46 int32_t GetRandomNum(void);
/test/xts/device_attest/services/core/include/utils/
H A Dattest_utils.h49 int32_t GetRandomNum(void);
/test/xts/device_attest_lite/services/core/network/
H A Dattest_coap.c58 *tkl = (uint8_t)((GetRandomNum() % BITS_PER_BYTE) + 1); // create a random digit, range: 1~8 in CoapCreateToken()
61 token[i] = (uint8_t)(GetRandomNum() % (MAX_VALUE_ONE_BYTE + 1)); // create a random value, range: 0~255 in CoapCreateToken()
/test/xts/device_attest_lite/services/core/attest/
H A Dattest_service_device.c218 int32_t randomNum = GetRandomNum() % MaxRandomLen; in GetRandomUuid()
/test/xts/device_attest/services/core/attest/
H A Dattest_service_device.c222 int32_t randomNum = GetRandomNum() % MaxRandomLen; in GetRandomUuid()
/test/xts/device_attest/services/core/utils/
H A Dattest_utils.c36 int32_t GetRandomNum(void) in GetRandomNum() function
/test/xts/device_attest_lite/services/core/utils/
H A Dattest_utils.c36 int32_t GetRandomNum(void) in GetRandomNum() function
/test/xts/device_attest_lite/services/core/security/
H A Dattest_security.c86 temp = (uint32_t)GetRandomNum(); // 生成的随机数为4字节 in GetSalt()
/test/xts/device_attest/services/core/security/
H A Dattest_security.c164 temp = (uint32_t)GetRandomNum(); // 生成的随机数为4字节 in GetSalt()

Completed in 7 milliseconds