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

  /external/boringssl/src/ssl/
d1_pkt.c 440 if (!s->in_handshake && SSL_in_init(s)) {
505 if (SSL_in_init(s) && (type == SSL3_RT_APPLICATION_DATA) &&
683 if (SSL_in_init(s) && !s->in_handshake) {
s3_pkt.c 417 if (!s->in_handshake && SSL_in_init(s) && !SSL_in_false_start(s)) {
749 while (!s->in_handshake && SSL_in_init(s)) {
810 if (SSL_in_init(s) && type == SSL3_RT_APPLICATION_DATA &&
    [all...]
ssl_sess.c 763 !SSL_in_init(s)) {
ssl_lib.c 935 if (SSL_in_init(s)) {
986 return SSL_in_init(ssl) && ssl->s3->initial_handshake_complete;
    [all...]
d1_both.c 702 if (!SSL_in_init(s)) {
  /external/boringssl/src/include/openssl/
ssl.h     [all...]

Completed in 76 milliseconds