Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/adapter/common/mbedtls/
H A Dsoftbus_adapter_crypto.c226 static mbedtls_ctr_drbg_context ctrDrbg; in SoftBusGenerateRandomArray() local
235 mbedtls_ctr_drbg_init(&ctrDrbg); in SoftBusGenerateRandomArray()
237 ret = mbedtls_ctr_drbg_seed(&ctrDrbg, mbedtls_entropy_func, &entropy, NULL, 0); in SoftBusGenerateRandomArray()
251 ret = mbedtls_ctr_drbg_random(&ctrDrbg, randStr, len); in SoftBusGenerateRandomArray()

Completed in 2 milliseconds