Home
last modified time | relevance | path

Searched refs:ctr_drbg_context (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
Dtls_mbedtls.c43 mbedtls_ctr_drbg_context ctr_drbg_context; member
62 mbedtls_ctr_drbg_free(&tls_ctx->ctr_drbg_context); in tls_close()
178 mbedtls_ctr_drbg_init(&tls_ctx->ctr_drbg_context); in tls_open()
209 if ((ret = mbedtls_ctr_drbg_seed(&tls_ctx->ctr_drbg_context, in tls_open()
227 mbedtls_ssl_conf_rng(&tls_ctx->ssl_config, mbedtls_ctr_drbg_random, &tls_ctx->ctr_drbg_context); in tls_open()