Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/adapter/common/mbedtls/
H A Dsoftbus_adapter_crypto.c24 #include "mbedtls/entropy.h"
225 static mbedtls_entropy_context entropy; in SoftBusGenerateRandomArray() local
236 mbedtls_entropy_init(&entropy); in SoftBusGenerateRandomArray()
237 ret = mbedtls_ctr_drbg_seed(&ctrDrbg, mbedtls_entropy_func, &entropy, NULL, 0); in SoftBusGenerateRandomArray()

Completed in 1 milliseconds