Searched refs:init_off (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/lib/libssl/
H A Dssl_both.c139 ret = ssl3_write_bytes(s, type, &s->init_buf->data[s->init_off],
150 (unsigned char *)&s->init_buf->data[s->init_off], ret);
154 (size_t)(s->init_off + s->init_num));
158 s->init_off += ret;
483 s->init_off = 0;
H A Dd1_both.c240 if (s->init_off == 0 && type == SSL3_RT_HANDSHAKE)
268 if (s->init_off != 0) {
269 OPENSSL_assert(s->init_off > DTLS1_HM_HEADER_LENGTH);
270 s->init_off -= DTLS1_HM_HEADER_LENGTH;
284 (unsigned char *)&s->init_buf->data[s->init_off]))
291 &s->init_buf->data[s->init_off], len);
322 unsigned char *p = (unsigned char *)&s->init_buf->data[s->init_off];
347 (size_t)(s->init_off + s->init_num),
350 s->init_off = 0;
356 s->init_off
[all...]
H A Dssl_local.h1028 int init_off; /* amount read/written */ member in struct:ssl_st
H A Ds3_lib.c1414 s->init_off = 0;
H A Dssl_clnt.c2341 s->init_off = 0;
H A Dssl_srvr.c2378 s->init_off = 0;

Completed in 143 milliseconds