Searched refs:init_buf (Results 26 - 50 of 54) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dd1_srvr.c242 if (s->init_buf == NULL) {
254 s->init_buf = buf;
866 BUF_MEM_free(s->init_buf);
867 s->init_buf = NULL;
947 buf = (unsigned char *)s->init_buf->data;
H A Ds2_pkt.c658 p = (unsigned char *)s->init_buf->data;
681 ret = ssl2_write(s, &s->init_buf->data[s->init_off], s->init_num);
684 s->msg_callback(1, s->version, 0, s->init_buf->data,
H A Ds3_srvr.c274 if (s->init_buf == NULL) {
286 s->init_buf = buf;
831 BUF_MEM_free(s->init_buf);
832 s->init_buf = NULL;
1495 buf = (unsigned char *)s->init_buf->data;
1629 buf = s->init_buf;
2041 buf = s->init_buf;
2106 p = (unsigned char *)s->init_buf->data + s->init_num;
2690 p = (unsigned char *)s->init_buf->data;
3415 if (!BUF_MEM_grow(s->init_buf,
[all...]
H A Dd1_lib.c562 unsigned char *p = (unsigned char *)s->init_buf->data;
H A Ds3_clnt.c249 if (s->init_buf == NULL) {
260 s->init_buf = buf;
607 if (s->init_buf != NULL) {
608 BUF_MEM_free(s->init_buf);
609 s->init_buf = NULL;
684 buf = (unsigned char *)s->init_buf->data;
3731 d = (unsigned char *)s->init_buf->data;
H A Dssl_lib.c237 if (s->init_buf != NULL) {
238 BUF_MEM_free(s->init_buf);
239 s->init_buf = NULL;
600 if (s->init_buf != NULL)
601 BUF_MEM_free(s->init_buf);
2949 ret->init_num = 0; /* would have to copy ret->init_buf,
H A Dssl_cert.c1082 BUF_MEM *buf = s->init_buf;
H A Dssl_locl.h800 (((unsigned char *)s->init_buf->data) + s->method->ssl3_enc->hhlen)
H A Ds3_lib.c3005 unsigned char *p = (unsigned char *)s->init_buf->data;
H A Dssl.h1483 BUF_MEM *init_buf; /* buffer used during init */ member in struct:ssl_st
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dd1_clnt.c240 if (s->init_buf == NULL) {
251 s->init_buf = buf;
739 if (s->init_buf != NULL) {
740 BUF_MEM_free(s->init_buf);
741 s->init_buf = NULL;
H A Dd1_srvr.c242 if (s->init_buf == NULL) {
254 s->init_buf = buf;
866 BUF_MEM_free(s->init_buf);
867 s->init_buf = NULL;
947 buf = (unsigned char *)s->init_buf->data;
H A Ds2_pkt.c658 p = (unsigned char *)s->init_buf->data;
681 ret = ssl2_write(s, &s->init_buf->data[s->init_off], s->init_num);
684 s->msg_callback(1, s->version, 0, s->init_buf->data,
H A Ds3_srvr.c274 if (s->init_buf == NULL) {
286 s->init_buf = buf;
831 BUF_MEM_free(s->init_buf);
832 s->init_buf = NULL;
1495 buf = (unsigned char *)s->init_buf->data;
1629 buf = s->init_buf;
2041 buf = s->init_buf;
2106 p = (unsigned char *)s->init_buf->data + s->init_num;
2690 p = (unsigned char *)s->init_buf->data;
3415 if (!BUF_MEM_grow(s->init_buf,
[all...]
H A Dd1_lib.c562 unsigned char *p = (unsigned char *)s->init_buf->data;
H A Ds3_clnt.c249 if (s->init_buf == NULL) {
260 s->init_buf = buf;
607 if (s->init_buf != NULL) {
608 BUF_MEM_free(s->init_buf);
609 s->init_buf = NULL;
684 buf = (unsigned char *)s->init_buf->data;
3731 d = (unsigned char *)s->init_buf->data;
H A Dssl_lib.c237 if (s->init_buf != NULL) {
238 BUF_MEM_free(s->init_buf);
239 s->init_buf = NULL;
600 if (s->init_buf != NULL)
601 BUF_MEM_free(s->init_buf);
2949 ret->init_num = 0; /* would have to copy ret->init_buf,
H A Dssl_cert.c1082 BUF_MEM *buf = s->init_buf;
H A Dssl_locl.h800 (((unsigned char *)s->init_buf->data) + s->method->ssl3_enc->hhlen)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Ds3_srvr.c217 if (s->init_buf == NULL)
229 s->init_buf=buf;
544 BUF_MEM_free(s->init_buf);
545 s->init_buf=NULL;
613 p=(unsigned char *)s->init_buf->data;
1041 buf=(unsigned char *)s->init_buf->data;
1114 p=(unsigned char *)s->init_buf->data;
1168 buf=s->init_buf;
1419 d=(unsigned char *)s->init_buf->data;
1566 buf=s->init_buf;
[all...]
H A Ds2_pkt.c671 p=(unsigned char *)s->init_buf->data;
693 ret=ssl2_write(s,&s->init_buf->data[s->init_off],s->init_num);
697 s->msg_callback(1, s->version, 0, s->init_buf->data, (size_t)(s->init_off + s->init_num), s, s->msg_callback_arg);
H A Ds3_clnt.c209 if (s->init_buf == NULL)
221 s->init_buf=buf;
456 if (s->init_buf != NULL)
458 BUF_MEM_free(s->init_buf);
459 s->init_buf=NULL;
531 buf=(unsigned char *)s->init_buf->data;
1640 d=(unsigned char *)s->init_buf->data;
2128 d=(unsigned char *)s->init_buf->data;
H A Dssl_lib.c195 if (s->init_buf != NULL)
197 BUF_MEM_free(s->init_buf);
198 s->init_buf=NULL;
476 if (s->init_buf != NULL) BUF_MEM_free(s->init_buf);
2194 ret->init_num = 0; /* would have to copy ret->init_buf, ret->init_msg, ret->init_num, ret->init_off */
H A Dssl.h874 BUF_MEM *init_buf; /* buffer used during init */ member in struct:ssl_st
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dssl.h874 BUF_MEM *init_buf; /* buffer used during init */ member in struct:ssl_st

Completed in 208 milliseconds

123