Searched refs:renegotiate (Results 1 - 13 of 13) sorted by relevance

/external/openssl/ssl/
H A Dssl_lib.c208 if (s->renegotiate) return(1);
210 if (s->renegotiate)
1026 if (s->renegotiate == 0)
1027 s->renegotiate=1;
1036 if (s->renegotiate == 0)
1037 s->renegotiate=1;
1048 return (s->renegotiate != 0);
1436 if (p != q && !s->renegotiate)
1483 if (s->renegotiate)
2755 ret->renegotiate
[all...]
H A Dd1_srvr.c209 s->renegotiate=1;
383 s->renegotiate = 2;
781 if (s->renegotiate == 2) /* skipped if we just sent a HelloRequest */
783 s->renegotiate=0;
H A Dssl3.h474 /* This flag is set when we should renegotiate ASAP, basically when
476 int renegotiate; member in struct:ssl3_state_st
H A Ds3_lib.c3063 s->s3->renegotiate=0;
4159 if (s->s3->renegotiate) ssl3_renegotiate_check(s);
4218 if (s->s3->renegotiate) ssl3_renegotiate_check(s);
4256 s->s3->renegotiate=1;
4264 if (s->s3->renegotiate)
4276 s->s3->renegotiate=0;
H A Ds3_pkt.c1181 !s->s3->renegotiate)
1361 s->renegotiate=1;
H A Ds3_srvr.c258 s->renegotiate=1;
314 /* Server attempting to renegotiate with
381 s->renegotiate = 2;
793 if (s->renegotiate == 2) /* skipped if we just sent a HelloRequest */
795 s->renegotiate=0;
H A Dd1_clnt.c199 s->renegotiate=1;
708 s->renegotiate=0;
H A Dd1_pkt.c909 /* We were about to renegotiate but had to read
1053 !s->s3->renegotiate)
1289 s->renegotiate=1;
H A Dt1_lib.c410 if (s->renegotiate)
1347 if (!renegotiate_seen && s->renegotiate &&
H A Ds3_clnt.c237 s->renegotiate=1;
649 s->renegotiate=0;
750 * renegotiate to a lower one in the premaster secret. This
760 * 5. Server sends hello request to renegotiate.
H A Dssl.h1353 int renegotiate;/* 1 if we are renegotiating. member in struct:ssl_st
/external/openssl/include/openssl/
H A Dssl3.h474 /* This flag is set when we should renegotiate ASAP, basically when
476 int renegotiate; member in struct:ssl3_state_st
H A Dssl.h1353 int renegotiate;/* 1 if we are renegotiating. member in struct:ssl_st

Completed in 174 milliseconds