Searched refs:numpipes (Results 1 – 3 of 3) sorted by relevance
619 size_t numpipes, j; in ssl3_write_bytes() local622 numpipes = 1; in ssl3_write_bytes()624 numpipes = ((n - 1) / split_send_fragment) + 1; in ssl3_write_bytes()625 if (numpipes > maxpipes) in ssl3_write_bytes()626 numpipes = maxpipes; in ssl3_write_bytes()628 if (n / numpipes >= max_send_fragment) { in ssl3_write_bytes()633 for (j = 0; j < numpipes; j++) { in ssl3_write_bytes()638 tmppipelen = n / numpipes; in ssl3_write_bytes()639 remain = n % numpipes; in ssl3_write_bytes()640 for (j = 0; j < numpipes; j++) { in ssl3_write_bytes()[all …]
216 size_t *pipelens, size_t numpipes,
156 unsigned int numpipes; member609 pipe_ctx->numpipes = arg; in dasync_cipher_ctrl_helper()614 pipe_ctx->numpipes = arg; in dasync_cipher_ctrl_helper()619 pipe_ctx->numpipes = arg; in dasync_cipher_ctrl_helper()690 pipe_ctx->numpipes = 0; in dasync_cipher_init_key_helper()709 pipes = pipe_ctx->numpipes; in dasync_cipher_helper()736 pipe_ctx->numpipes = 0; in dasync_cipher_helper()