Home
last modified time | relevance | path

Searched defs:curves (Results 1 – 21 of 21) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvf_curves.c357 CurvesContext *curves = ctx->priv; in parse_psfile() local
475 CurvesContext *curves = ctx->priv; in curves_init() local
543 const CurvesContext *curves = ctx->priv; in filter_slice_packed() local
591 const CurvesContext *curves = ctx->priv; in filter_slice_planar() local
658 CurvesContext *curves = ctx->priv; in config_input() local
727 CurvesContext *curves = ctx->priv; in filter_frame() local
756 CurvesContext *curves = ctx->priv; in process_command() local
792 CurvesContext *curves = ctx->priv; in curves_uninit() local
Dvf_pseudocolor.c101 const Curve *curves; member
116 static const Curve curves[] = variable
/third_party/skia/samplecode/
DSampleHairCurves.cpp29 SkPath curves; in onDrawContent() local
/third_party/node/deps/openssl/openssl/apps/
Decparam.c71 EC_builtin_curve *curves = NULL; in list_builtin_curves() local
/third_party/openssl/apps/
Decparam.c71 EC_builtin_curve *curves = NULL; in list_builtin_curves() local
/third_party/openssl/test/
Decdsatest.c32 static EC_builtin_curve *curves = NULL; variable
Dec_internal_test.c22 static EC_builtin_curve *curves = NULL; variable
Dectest.c36 static EC_builtin_curve *curves = NULL; variable
/third_party/libwebsockets/lib/tls/mbedtls/
Dmbedtls-x509.c380 const char *curves, int rsa_min_bits) in lws_x509_public_to_jwk()
/third_party/libwebsockets/lib/tls/openssl/
Dopenssl-x509.c474 const char *curves, int rsa_min_bits) in lws_x509_public_to_jwk()
/third_party/node/test/fixtures/wpt/WebCryptoAPI/import_export/
Dec_importKey.https.any.js10 var curves = ['P-256', 'P-384', 'P-521']; variable
/third_party/node/test/parallel/
Dtest-webcrypto-export-import-ec.js13 const curves = ['P-256', 'P-384', 'P-521']; variable
/third_party/curl/lib/vtls/
Dwolfssl.c358 char *ciphers, *curves; in wolfssl_connect_step1() local
Dopenssl.c3685 char *curves = conn_config->curves; in ossl_connect_step1() local
/third_party/node/src/crypto/
Dcrypto_ec.cc112 std::vector<EC_builtin_curve> curves(num_curves); in GetCurves() local
/third_party/mbedtls/programs/ssl/
Dssl_client2.c529 const char *curves; /* list of supported elliptic curves */ member
Dssl_server2.c676 const char *curves; /* list of supported elliptic curves */ member
/third_party/curl/lib/vquic/
Dcurl_quiche.c182 const char *curves = conn->ssl_config.curves; in quic_ssl_setup() local
Dcurl_ngtcp2.c425 const char *curves = conn->ssl_config.curves ? in quic_ssl_ctx() local
/third_party/skia/third_party/skcms/
Dskcms.cc755 uint32_t num_curves, skcms_Curve* curves) { in read_curves()
/third_party/curl/lib/
Durldata.h285 char *curves; /* list of curves to use */ member