Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/plat/freertos/
H A Dfreertos-init.c37 mbedtls_ctr_drbg_free(&context->mcdc); in lws_plat_context_early_destroy()
81 mbedtls_ctr_drbg_init(&context->mcdc); in lws_plat_init()
83 n = mbedtls_ctr_drbg_seed(&context->mcdc, mbedtls_entropy_func, in lws_plat_init()
H A Dfreertos-misc.c72 n = mbedtls_ctr_drbg_random(&context->mcdc, buf, len); in lws_get_random()
/third_party/libwebsockets/lib/plat/windows/
H A Dwindows-init.c86 mbedtls_ctr_drbg_init(&context->mcdc); in lws_plat_init()
88 n = mbedtls_ctr_drbg_seed(&context->mcdc, mbedtls_entropy_func, in lws_plat_init()
97 if (mbedtls_ctr_drbg_random(&context->mcdc, rtest, in lws_plat_init()
/third_party/libwebsockets/lib/plat/unix/
H A Dunix-init.c145 mbedtls_ctr_drbg_init(&context->mcdc); in lws_plat_init()
147 n = mbedtls_ctr_drbg_seed(&context->mcdc, mbedtls_entropy_func, in lws_plat_init()
156 if (mbedtls_ctr_drbg_random(&context->mcdc, rtest, in lws_plat_init()
/third_party/libwebsockets/lib/tls/mbedtls/
H A Dlws-genrsa.c439 &ctx->context->mcdc,
450 &ctx->context->mcdc,
H A Dmbedtls-client.c400 vh->tls.ssl_client_ctx = SSL_CTX_new(method, &vh->context->mcdc); in lws_tls_client_create_vhost_context()
H A Dmbedtls-x509.c469 , mbedtls_ctr_drbg_random, &cx->mcdc in lws_x509_jwk_privkey_pem()
H A Dmbedtls-server.c193 vhost->tls.ssl_ctx = SSL_CTX_new(method, &vhost->context->mcdc); /* create context */ in lws_tls_server_vhost_backend_init()
/third_party/libwebsockets/lib/core/
H A Dprivate-lib-core.h631 mbedtls_ctr_drbg_context mcdc; member
/third_party/ffmpeg/libavcodec/
H A D4xm.c297 static inline void mcdc(uint16_t *dst, const uint16_t *src, int log2w, in mcdc() function
427 mcdc(dst, src, log2w, h, stride, scale, dc); in decode_p_block()

Completed in 8 milliseconds