HomeSort by relevance Sort by last modified time
    Searched full:tlsext_heartbeat (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/openssl/openssl/ssl/
t1_lib.c 570 if (s->tlsext_heartbeat & SSL_TLSEXT_HB_DONT_RECV_REQUESTS)
850 if (s->tlsext_heartbeat & SSL_TLSEXT_HB_ENABLED)
858 if (s->tlsext_heartbeat & SSL_TLSEXT_HB_DONT_RECV_REQUESTS)
921 s->tlsext_heartbeat &= ~(SSL_TLSEXT_HB_ENABLED |
    [all...]
d1_both.c     [all...]
s3_lib.c     [all...]
ssl.h 1385 unsigned int tlsext_heartbeat; \/* Is use of the Heartbeat extension negotiated? member in struct:ssl_st
    [all...]
  /external/openssl/ssl/
t1_lib.c 628 if (s->tlsext_heartbeat & SSL_TLSEXT_HB_DONT_RECV_REQUESTS)
872 if (s->tlsext_heartbeat & SSL_TLSEXT_HB_ENABLED)
882 if (s->tlsext_heartbeat & SSL_TLSEXT_HB_DONT_RECV_REQUESTS)
    [all...]
d1_both.c     [all...]
s3_lib.c     [all...]
ssl.h 1444 unsigned int tlsext_heartbeat; \/* Is use of the Heartbeat extension negotiated? member in struct:ssl_st
    [all...]
  /external/openssl/patches/
0008-alpn.patch 482 s->tlsext_heartbeat &= ~(SSL_TLSEXT_HB_ENABLED |
522 s->tlsext_heartbeat &= ~(SSL_TLSEXT_HB_ENABLED |
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
ssl.h 1385 unsigned int tlsext_heartbeat; \/* Is use of the Heartbeat extension negotiated? member in struct:ssl_st
    [all...]
  /external/openssl/include/openssl/
ssl.h 1444 unsigned int tlsext_heartbeat; \/* Is use of the Heartbeat extension negotiated? member in struct:ssl_st
    [all...]

Completed in 1267 milliseconds