Searched refs:SSL3_BUFFER (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Ddtls1.h197 SSL3_BUFFER rbuf;
H A Dssl3.h313 } SSL3_BUFFER; typedef in typeref:struct:ssl3_buffer_st
351 SSL3_BUFFER rbuf; /* read IO goes into here */
352 SSL3_BUFFER wbuf; /* write IO goes into here */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Ddtls1.h197 SSL3_BUFFER rbuf;
H A Dssl3.h313 } SSL3_BUFFER; typedef in typeref:struct:ssl3_buffer_st
351 SSL3_BUFFER rbuf; /* read IO goes into here */
352 SSL3_BUFFER wbuf; /* write IO goes into here */
H A Dd1_pkt.c156 memcpy(&(s->s3->rbuf), &(rdata->rbuf), sizeof(SSL3_BUFFER));
182 memcpy(&(rdata->rbuf), &(s->s3->rbuf), sizeof(SSL3_BUFFER));
197 memset(&(s->s3->rbuf), 0, sizeof(SSL3_BUFFER));
308 memcpy(&(s->s3->rbuf), &(rdata->rbuf), sizeof(SSL3_BUFFER));
1267 SSL3_BUFFER *wb;
1271 /* first check if there is a SSL3_BUFFER still being written
H A Ds3_pkt.c573 SSL3_BUFFER *wb;
576 /* first check if there is a SSL3_BUFFER still being written
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Ddtls1.h254 SSL3_BUFFER rbuf;
H A Dssl3.h447 } SSL3_BUFFER; typedef in typeref:struct:ssl3_buffer_st
497 SSL3_BUFFER rbuf; /* read IO goes into here */
498 SSL3_BUFFER wbuf; /* write IO goes into here */
H A Dd1_pkt.c211 memcpy(&(s->s3->rbuf), &(rdata->rbuf), sizeof(SSL3_BUFFER));
244 memcpy(&(rdata->rbuf), &(s->s3->rbuf), sizeof(SSL3_BUFFER));
261 memset(&(s->s3->rbuf), 0, sizeof(SSL3_BUFFER));
379 memcpy(&(s->s3->rbuf), &(rdata->rbuf), sizeof(SSL3_BUFFER));
1497 SSL3_BUFFER *wb;
1501 * first check if there is a SSL3_BUFFER still being written out. This
H A Ds3_pkt.c151 SSL3_BUFFER *rb;
643 SSL3_BUFFER *wb = &(s->s3->wbuf);
676 * first check if there is a SSL3_BUFFER still being written out. This
867 SSL3_BUFFER *wb = &(s->s3->wbuf);
871 * first check if there is a SSL3_BUFFER still being written out. This
1090 SSL3_BUFFER *wb = &(s->s3->wbuf);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Ddtls1.h254 SSL3_BUFFER rbuf;
H A Dssl3.h447 } SSL3_BUFFER; typedef in typeref:struct:ssl3_buffer_st
497 SSL3_BUFFER rbuf; /* read IO goes into here */
498 SSL3_BUFFER wbuf; /* write IO goes into here */
H A Dd1_pkt.c211 memcpy(&(s->s3->rbuf), &(rdata->rbuf), sizeof(SSL3_BUFFER));
244 memcpy(&(rdata->rbuf), &(s->s3->rbuf), sizeof(SSL3_BUFFER));
261 memset(&(s->s3->rbuf), 0, sizeof(SSL3_BUFFER));
379 memcpy(&(s->s3->rbuf), &(rdata->rbuf), sizeof(SSL3_BUFFER));
1497 SSL3_BUFFER *wb;
1501 * first check if there is a SSL3_BUFFER still being written out. This
H A Ds3_pkt.c151 SSL3_BUFFER *rb;
643 SSL3_BUFFER *wb = &(s->s3->wbuf);
676 * first check if there is a SSL3_BUFFER still being written out. This
867 SSL3_BUFFER *wb = &(s->s3->wbuf);
871 * first check if there is a SSL3_BUFFER still being written out. This
1090 SSL3_BUFFER *wb = &(s->s3->wbuf);

Completed in 205 milliseconds