Searched refs:numpipes (Results 1 – 2 of 2) sorted by relevance
164 unsigned int numpipes; member652 pipe_ctx->numpipes = arg; in dasync_cipher_ctrl_helper()657 pipe_ctx->numpipes = arg; in dasync_cipher_ctrl_helper()662 pipe_ctx->numpipes = arg; in dasync_cipher_ctrl_helper()730 pipe_ctx->numpipes = 0; in dasync_cipher_init_key_helper()749 pipes = pipe_ctx->numpipes; in dasync_cipher_helper()776 pipe_ctx->numpipes = 0; in dasync_cipher_helper()
11289 size_t written, readbytes, offset, msglen, fragsize = 10, numpipes = 5; in test_pipelining() local11332 numpipes = 2; in test_pipelining()11335 msglen = fragsize * numpipes; in test_pipelining()11369 if (!TEST_true(SSL_set_max_pipelines(peera, numpipes)) in test_pipelining()11398 expectedreads = idx == 4 ? numpipes + 1 in test_pipelining()11399 : (idx == 3 ? numpipes - 1 : numpipes); in test_pipelining()
Completed in 34 milliseconds