Home
last modified time | relevance | path

Searched refs:randomEntropy (Results 1 - 2 of 2) sorted by relevance

/test/xts/device_attest/services/core/utils/
H A Dattest_utils.c39 mbedtls_entropy_context randomEntropy; in GetRandomNum() local
41 mbedtls_entropy_init(&randomEntropy); in GetRandomNum()
49 int32_t ret = mbedtls_ctr_drbg_seed(&randomContext, mbedtls_entropy_func, &randomEntropy, in GetRandomNum()
66 mbedtls_entropy_free(&randomEntropy); in GetRandomNum()
/test/xts/device_attest_lite/services/core/utils/
H A Dattest_utils.c39 static mbedtls_entropy_context randomEntropy; in GetRandomNum() local
52 mbedtls_entropy_init(&randomEntropy); in GetRandomNum()
53 ret = mbedtls_ctr_drbg_seed(&randomContext, mbedtls_entropy_func, &randomEntropy, in GetRandomNum()

Completed in 2 milliseconds