HomeSort by: relevance | last modified time | path
    Searched defs:nodhe (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/ssl/statem/
extensions_clnt.c 618 int nodhe = s->options & SSL_OP_ALLOW_NO_DHE_KEX; local
624 || (nodhe && !WPACKET_put_bytes_u8(pkt, TLSEXT_KEX_MODE_KE))
632 if (nodhe)
  /src/crypto/external/bsd/openssl/dist/ssl/statem/
extensions_clnt.c 571 int nodhe = s->options & SSL_OP_ALLOW_NO_DHE_KEX; local
577 || (nodhe && !WPACKET_put_bytes_u8(pkt, TLSEXT_KEX_MODE_KE))
585 if (nodhe)
  /src/crypto/external/bsd/openssl.old/dist/ssl/statem/
extensions_clnt.c 576 int nodhe = s->options & SSL_OP_ALLOW_NO_DHE_KEX; local
582 || (nodhe && !WPACKET_put_bytes_u8(pkt, TLSEXT_KEX_MODE_KE))
591 if (nodhe)

Completed in 38 milliseconds