Searched refs:enc_buf_offset (Results 1 – 1 of 1) sorted by relevance
58 int enc_buf_offset; member136 c->enc_buf_size = c->enc_buf_offset = 0; in tls_close()157 c->enc_buf_offset = 0; in tls_client_handshake_loop()173 if (c->enc_buf_size - c->enc_buf_offset < SCHANNEL_FREE_BUFFER_SIZE) { in tls_client_handshake_loop()174 c->enc_buf_size = c->enc_buf_offset + SCHANNEL_FREE_BUFFER_SIZE; in tls_client_handshake_loop()177 c->enc_buf_size = c->enc_buf_offset = 0; in tls_client_handshake_loop()183 ret = ffurl_read(c->tls_shared.tcp, c->enc_buf + c->enc_buf_offset, in tls_client_handshake_loop()184 c->enc_buf_size - c->enc_buf_offset); in tls_client_handshake_loop()189 c->enc_buf_offset += ret; in tls_client_handshake_loop()193 … init_sec_buffer(&inbuf[0], SECBUFFER_TOKEN, av_malloc(c->enc_buf_offset), c->enc_buf_offset); in tls_client_handshake_loop()[all …]