Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/tls/openssl/
Dopenssl-server.c161 const char *ecdh_curve = "prime256v1"; local
427 if (vhost->tls.ecdh_curve[0])
428 ecdh_curve = vhost->tls.ecdh_curve;
430 ecdh_nid = OBJ_sn2nid(ecdh_curve);
432 lwsl_err("SSL: Unknown curve name '%s'", ecdh_curve);
438 lwsl_err("SSL: Unable to create curve '%s'", ecdh_curve);
446 lwsl_notice(" SSL ECDH curve '%s'\n", ecdh_curve);
/third_party/libwebsockets/lib/tls/
Dprivate-network.h62 char ecdh_curve[16]; member
/third_party/libwebsockets/lib/core-net/
Dvhost.c730 if (info->ecdh_curve) in lws_create_vhost()
731 lws_strncpy(vh->tls.ecdh_curve, info->ecdh_curve, in lws_create_vhost()
732 sizeof(vh->tls.ecdh_curve)); in lws_create_vhost()
/third_party/libwebsockets/include/libwebsockets/
Dlws-context-vhost.h424 const char *ecdh_curve; member
/third_party/libwebsockets/lib/roles/http/server/
Dlejp-conf.c721 a->info->ecdh_curve = a->p; in lejp_vhosts_cb()