Searched refs:mcdc (Results 1 – 10 of 10) sorted by relevance
/third_party/libwebsockets/lib/plat/freertos/ |
D | freertos-init.c | 37 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()
|
D | freertos-misc.c | 72 n = mbedtls_ctr_drbg_random(&context->mcdc, buf, len); in lws_get_random()
|
/third_party/libwebsockets/lib/plat/windows/ |
D | windows-init.c | 86 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/ |
D | unix-init.c | 145 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/ |
D | lws-genrsa.c | 439 &ctx->context->mcdc, 450 &ctx->context->mcdc,
|
D | mbedtls-client.c | 399 vh->tls.ssl_client_ctx = SSL_CTX_new(method, &vh->context->mcdc); in lws_tls_client_create_vhost_context()
|
D | mbedtls-server.c | 193 vhost->tls.ssl_ctx = SSL_CTX_new(method, &vhost->context->mcdc); /* create context */ in lws_tls_server_vhost_backend_init()
|
D | mbedtls-x509.c | 469 , mbedtls_ctr_drbg_random, &cx->mcdc in lws_x509_jwk_privkey_pem()
|
/third_party/ffmpeg/libavcodec/ |
D | 4xm.c | 295 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/ |
D | private-lib-core.h | 625 mbedtls_ctr_drbg_context mcdc; member
|