Searched refs:numpipes (Results 1 – 3 of 3) sorted by relevance
592 size_t numpipes, j; in ssl3_write_bytes() local595 numpipes = 1; in ssl3_write_bytes()597 numpipes = ((n - 1) / split_send_fragment) + 1; in ssl3_write_bytes()598 if (numpipes > maxpipes) in ssl3_write_bytes()599 numpipes = maxpipes; in ssl3_write_bytes()601 if (n / numpipes >= max_send_fragment) { in ssl3_write_bytes()606 for (j = 0; j < numpipes; j++) { in ssl3_write_bytes()611 tmppipelen = n / numpipes; in ssl3_write_bytes()612 remain = n % numpipes; in ssl3_write_bytes()613 for (j = 0; j < numpipes; j++) { in ssl3_write_bytes()[all …]
208 size_t *pipelens, size_t numpipes,
137 unsigned int numpipes; member580 pipe_ctx->numpipes = arg; in dasync_cipher_ctrl_helper()585 pipe_ctx->numpipes = arg; in dasync_cipher_ctrl_helper()590 pipe_ctx->numpipes = arg; in dasync_cipher_ctrl_helper()676 pipe_ctx->numpipes = 0; in dasync_cipher_init_key_helper()695 pipes = pipe_ctx->numpipes; in dasync_cipher_helper()722 pipe_ctx->numpipes = 0; in dasync_cipher_helper()