Searched refs:tlsext_hb_pending (Results 1 - 10 of 10) sorted by relevance

/external/openssl/ssl/
H A Dd1_lib.c456 if (s->tlsext_hb_pending)
458 s->tlsext_hb_pending = 0;
H A Dd1_both.c1118 if (!SSL_in_init(s) && !s->tlsext_hb_pending) /* done, no need to send a retransmit */
1555 s->tlsext_hb_pending = 0;
1579 if (s->tlsext_hb_pending)
1629 s->tlsext_hb_pending = 1;
H A Dd1_clnt.c184 if (s->tlsext_hb_pending)
187 s->tlsext_hb_pending = 0;
H A Dd1_srvr.c194 if (s->tlsext_hb_pending)
197 s->tlsext_hb_pending = 0;
H A Dt1_lib.c2839 s->tlsext_hb_pending = 0;
2863 if (s->tlsext_hb_pending)
2912 s->tlsext_hb_pending = 1;
H A Ds3_clnt.c211 if (s->tlsext_hb_pending)
213 s->tlsext_hb_pending = 0;
H A Ds3_srvr.c250 if (s->tlsext_hb_pending)
252 s->tlsext_hb_pending = 0;
H A Ds3_lib.c3402 ret = s->tlsext_hb_pending;
H A Dssl.h1449 unsigned int tlsext_hb_pending; /* Indicates if a HeartbeatRequest is in flight */ member in struct:ssl_st
/external/openssl/include/openssl/
H A Dssl.h1449 unsigned int tlsext_hb_pending; /* Indicates if a HeartbeatRequest is in flight */ member in struct:ssl_st

Completed in 7681 milliseconds