Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/plat/freertos/
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()
Dfreertos-misc.c72 n = mbedtls_ctr_drbg_random(&context->mcdc, buf, len); in lws_get_random()
/third_party/libwebsockets/lib/plat/windows/
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/
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/
Dlws-genrsa.c439 &ctx->context->mcdc,
450 &ctx->context->mcdc,
Dmbedtls-client.c399 vh->tls.ssl_client_ctx = SSL_CTX_new(method, &vh->context->mcdc); in lws_tls_client_create_vhost_context()
Dmbedtls-server.c193 vhost->tls.ssl_ctx = SSL_CTX_new(method, &vhost->context->mcdc); /* create context */ in lws_tls_server_vhost_backend_init()
Dmbedtls-x509.c469 , mbedtls_ctr_drbg_random, &cx->mcdc in lws_x509_jwk_privkey_pem()
/third_party/ffmpeg/libavcodec/
D4xm.c295 static inline void mcdc(uint16_t *dst, const uint16_t *src, int log2w, in mcdc() function
425 mcdc(dst, src, log2w, h, stride, scale, dc); in decode_p_block()
/third_party/libwebsockets/lib/core/
Dprivate-lib-core.h625 mbedtls_ctr_drbg_context mcdc; member