Home
last modified time | relevance | path

Searched refs:numpipes (Results 1 – 3 of 3) sorted by relevance

/third_party/openssl/ssl/record/
Drec_layer_s3.c592 size_t numpipes, j; in ssl3_write_bytes() local
595 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 …]
Drecord.h208 size_t *pipelens, size_t numpipes,
/third_party/openssl/engines/
De_dasync.c137 unsigned int numpipes; member
580 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()