Searched refs:ecdh_curve (Results 1 – 5 of 5) sorted by relevance
161 const char *ecdh_curve = "prime256v1"; local417 if (vhost->tls.ecdh_curve[0])418 ecdh_curve = vhost->tls.ecdh_curve;420 ecdh_nid = OBJ_sn2nid(ecdh_curve);422 lwsl_err("SSL: Unknown curve name '%s'", ecdh_curve);428 lwsl_err("SSL: Unable to create curve '%s'", ecdh_curve);436 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()
429 const char *ecdh_curve; member
731 a->info->ecdh_curve = a->p; in lejp_vhosts_cb()