Home
last modified time | relevance | path

Searched refs:pipes (Results 1 – 2 of 2) sorted by relevance

/openssl/engines/
H A De_dasync.c745 unsigned int i, pipes; in dasync_cipher_helper() local
749 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()
/openssl/ssl/record/methods/
H A Dtls_common.c126 size_t pipes; in tls_release_write_buffer_int() local
128 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() local
1533 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 18 milliseconds