HomeSort by relevance Sort by last modified time
    Searched refs:SSL_OP_NO_TICKET (Results 1 - 10 of 10) sorted by null

  /external/conscrypt/constants/src/gen/cpp/
generate_constants.cpp 68 CONST(SSL_OP_NO_TICKET);
  /external/libmicrohttpd/src/microspdy/
io_openssl.c 94 options = SSL_OP_NO_TICKET;
  /external/conscrypt/common/src/main/java/org/conscrypt/
SslWrapper.java 353 NativeCrypto.SSL_clear_options(ssl, NativeConstants.SSL_OP_NO_TICKET);
356 ssl, NativeCrypto.SSL_get_options(ssl) | NativeConstants.SSL_OP_NO_TICKET);
  /external/boringssl/src/ssl/
t1_lib.cc 968 SSL_get_options(ssl) & SSL_OP_NO_TICKET) {
1010 /* If |SSL_OP_NO_TICKET| is set then no extension will have been sent and
1013 assert((SSL_get_options(ssl) & SSL_OP_NO_TICKET) == 0);
1028 /* If |SSL_OP_NO_TICKET| is set, |ticket_expected| should never be true. */
1029 assert((SSL_get_options(hs->ssl) & SSL_OP_NO_TICKET) == 0);
    [all...]
ssl_session.cc 851 !(SSL_get_options(ssl) & SSL_OP_NO_TICKET) &&
    [all...]
ssl_lib.cc 290 ret->options |= SSL_OP_NO_TICKET;
    [all...]
  /external/wpa_supplicant_8/src/crypto/
tls_openssl.c     [all...]
  /external/curl/lib/vtls/
openssl.c     [all...]
  /external/boringssl/src/include/openssl/
ssl.h 619 /* SSL_OP_NO_TICKET disables session ticket support (RFC 5077). */
620 #define SSL_OP_NO_TICKET 0x00004000L
    [all...]
  /external/conscrypt/common/src/jni/main/cpp/
NativeCrypto.cpp     [all...]

Completed in 1592 milliseconds