Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/record/
H A Drec_layer_s3.c605 size_t numpipes, j; in ssl3_write_bytes() local
608 numpipes = 1; in ssl3_write_bytes()
610 numpipes = ((n - 1) / split_send_fragment) + 1; in ssl3_write_bytes()
611 if (numpipes > maxpipes) in ssl3_write_bytes()
612 numpipes = maxpipes; in ssl3_write_bytes()
614 if (n / numpipes >= max_send_fragment) { in ssl3_write_bytes()
619 for (j = 0; j < numpipes; j++) { in ssl3_write_bytes()
624 tmppipelen = n / numpipes; in ssl3_write_bytes()
625 remain = n % numpipes; in ssl3_write_bytes()
626 for (j = 0; j < numpipes; j++) { in ssl3_write_bytes()
[all …]
H A Drecord.h208 size_t *pipelens, size_t numpipes,
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/record/
H A Drec_layer_s3.c621 size_t numpipes, j; in ssl3_write_bytes() local
624 numpipes = 1; in ssl3_write_bytes()
626 numpipes = ((n - 1) / split_send_fragment) + 1; in ssl3_write_bytes()
627 if (numpipes > maxpipes) in ssl3_write_bytes()
628 numpipes = maxpipes; in ssl3_write_bytes()
630 if (n / numpipes >= split_send_fragment) { in ssl3_write_bytes()
635 for (j = 0; j < numpipes; j++) in ssl3_write_bytes()
639 tmppipelen = n / numpipes; in ssl3_write_bytes()
640 remain = n % numpipes; in ssl3_write_bytes()
641 for (j = 0; j < numpipes; j++) { in ssl3_write_bytes()
[all …]
H A Drecord.h217 size_t *pipelens, size_t numpipes,
/netbsd-src/crypto/external/bsd/openssl.old/dist/engines/
H A 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()
/netbsd-src/crypto/external/bsd/openssl/dist/engines/
H A De_dasync.c164 unsigned int numpipes; member
653 pipe_ctx->numpipes = arg; in dasync_cipher_ctrl_helper()
658 pipe_ctx->numpipes = arg; in dasync_cipher_ctrl_helper()
663 pipe_ctx->numpipes = arg; in dasync_cipher_ctrl_helper()
734 pipe_ctx->numpipes = 0; in dasync_cipher_init_key_helper()
753 pipes = pipe_ctx->numpipes; in dasync_cipher_helper()
780 pipe_ctx->numpipes = 0; in dasync_cipher_helper()