Searched refs:ecdh_curve (Results 1 – 5 of 5) sorted by relevance
161 const char *ecdh_curve = "prime256v1"; local427 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);
62 char ecdh_curve[16]; member
730 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()
424 const char *ecdh_curve; member
721 a->info->ecdh_curve = a->p; in lejp_vhosts_cb()