Home | History | Annotate | Download | only in openssl

Lines Matching full:curve

982 // or NULL if unknown. If |include_curve| is one, the curve for ECDSA algorithms
1137 // 1.3. Note that, in TLS 1.2, ECDSA algorithms do not require that curve
1138 // sizes match hash sizes, so the curve portion of |SSL_SIGN_ECDSA_*| values
1139 // must be ignored. BoringSSL will internally handle the curve matching logic
2125 // Elliptic curve Diffie-Hellman.
2128 // elliptic curve negotiated by both endpoints. See RFC 4492. Only named curves
2129 // are supported. ECDHE is always enabled, but the curve preferences may be
2136 // element of |curves| should be a curve nid. It returns one on success and
2145 // element of |curves| should be a curve nid. It returns one on success and
2154 // colon-separated list |curves|. Each element of |curves| should be a curve
2160 // colon-separated list |curves|. Each element of |curves| should be a curve
2165 // SSL_CURVE_* define TLS curve IDs.
2172 // SSL_get_curve_id returns the ID of the curve used by |ssl|'s most recently
2179 // SSL_get_curve_name returns a human-readable name for the curve specified by
2180 // the given TLS curve id, or NULL if the curve is unknown.
4025 // containing |ec_key|'s curve.
4029 // |ec_key|'s curve.