Searched refs:ecdhe (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/bearssl/src/ssl/
H A Dssl_hs_client.c259 * The point _from_ the server is taken from ecdhe_point[] if 'ecdhe'
260 * is non-zero, or from the X.509 engine context if 'ecdhe' is zero
264 make_pms_ecdh(br_ssl_client_context *ctx, unsigned ecdhe, int prf_id) argument
272 if (ecdhe) {
1284 unsigned ecdhe = T0_POP(); local
1287 x = make_pms_ecdh(CTX, ecdhe, prf_id);
/freebsd-12-stable/crypto/openssl/ssl/
H A Dt1_lib.c1209 * @ecdhe: If set to 1 then TLSv1 ECDHE ciphers are also allowed in SSLv3
1213 int ssl_cipher_disabled(const SSL *s, const SSL_CIPHER *c, int op, int ecdhe) argument
1227 if (min_tls == TLS1_VERSION && ecdhe

Completed in 71 milliseconds