Searched refs:enc_buf_size (Results 1 – 1 of 1) sorted by relevance
57 int enc_buf_size; member136 c->enc_buf_size = c->enc_buf_offset = 0; in tls_close()161 c->enc_buf_size = SCHANNEL_INITIAL_BUFFER_SIZE; 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()175 ret = av_reallocp(&c->enc_buf, c->enc_buf_size); in tls_client_handshake_loop()177 c->enc_buf_size = c->enc_buf_offset = 0; in tls_client_handshake_loop()184 c->enc_buf_size - c->enc_buf_offset); in tls_client_handshake_loop()406 size = c->enc_buf_size - c->enc_buf_offset; in tls_read()407 if (size < SCHANNEL_FREE_BUFFER_SIZE || c->enc_buf_size < min_enc_buf_size) { in tls_read()[all …]