Searched refs:pipe_ctx (Results 1 – 1 of 1) sorted by relevance
630 …struct dasync_pipeline_ctx *pipe_ctx = (struct dasync_pipeline_ctx *)EVP_CIPHER_CTX_get_cipher_dat… in dasync_cipher_ctrl_helper() local632 if (pipe_ctx == NULL) in dasync_cipher_ctrl_helper()642 memcpy(inner_cipher_data, pipe_ctx->inner_cipher_data, sz); in dasync_cipher_ctrl_helper()643 pipe_ctx->inner_cipher_data = inner_cipher_data; in dasync_cipher_ctrl_helper()647 pipe_ctx->numpipes = arg; in dasync_cipher_ctrl_helper()648 pipe_ctx->outbufs = (unsigned char **)ptr; in dasync_cipher_ctrl_helper()652 pipe_ctx->numpipes = arg; in dasync_cipher_ctrl_helper()653 pipe_ctx->inbufs = (unsigned char **)ptr; in dasync_cipher_ctrl_helper()657 pipe_ctx->numpipes = arg; in dasync_cipher_ctrl_helper()658 pipe_ctx->lens = (size_t *)ptr; in dasync_cipher_ctrl_helper()[all …]