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.c619 size_t numpipes, j; in ssl3_write_bytes() local
622 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 …]
Drecord.h216 size_t *pipelens, size_t numpipes,
/third_party/openssl/engines/
De_dasync.c156 unsigned int numpipes; member
609 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()