Lines Matching refs:numpipes
479 size_t numpipes, in EVP_CipherPipelineEncryptInit() argument
482 if (numpipes > EVP_MAX_PIPES) { in EVP_CipherPipelineEncryptInit()
487 ctx->numpipes = numpipes; in EVP_CipherPipelineEncryptInit()
501 numpipes, in EVP_CipherPipelineEncryptInit()
509 size_t numpipes, in EVP_CipherPipelineDecryptInit() argument
512 if (numpipes > EVP_MAX_PIPES) { in EVP_CipherPipelineDecryptInit()
517 ctx->numpipes = numpipes; in EVP_CipherPipelineDecryptInit()
531 numpipes, in EVP_CipherPipelineDecryptInit()
573 for (i = 0; i < ctx->numpipes; i++) in EVP_CipherPipelineUpdate()
576 return ctx->cipher->p_cupdate(ctx->algctx, ctx->numpipes, in EVP_CipherPipelineUpdate()
623 for (i = 0; i < ctx->numpipes; i++) in EVP_CipherPipelineFinal()
626 return ctx->cipher->p_cfinal(ctx->algctx, ctx->numpipes, in EVP_CipherPipelineFinal()