Searched refs:pipes (Results 1 – 2 of 2) sorted by relevance
745 unsigned int i, pipes; in dasync_cipher_helper() local749 pipes = pipe_ctx->numpipes; in dasync_cipher_helper()751 if (pipes == 0) { in dasync_cipher_helper()763 if (pipe_ctx->aadctr > 0 && pipe_ctx->aadctr != pipes) in dasync_cipher_helper()765 for (i = 0; i < pipes; i++) { in dasync_cipher_helper()
126 size_t pipes; in tls_release_write_buffer_int() local128 pipes = rl->numwpipes; in tls_release_write_buffer_int()130 while (pipes > start) { in tls_release_write_buffer_int()131 wb = &rl->wbuf[pipes - 1]; in tls_release_write_buffer_int()138 pipes--; in tls_release_write_buffer_int()1529 size_t pipes; in tls_get_max_records_default() local1533 pipes = ((len - 1) / *preffrag) + 1; in tls_get_max_records_default()1535 return (pipes < rl->max_pipelines) ? pipes : rl->max_pipelines; in tls_get_max_records_default()
Completed in 14 milliseconds