Home
last modified time | relevance | path

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

/freebsd-head/crypto/openssl/engines/
HDe_dasync.c633 struct dasync_pipeline_ctx *pipe_ctx = in dasync_cipher_ctrl_helper() local
636 if (pipe_ctx == NULL) in dasync_cipher_ctrl_helper()
647 memcpy(inner_cipher_data, pipe_ctx->inner_cipher_data, sz); in dasync_cipher_ctrl_helper()
648 pipe_ctx->inner_cipher_data = inner_cipher_data; in dasync_cipher_ctrl_helper()
653 pipe_ctx->numpipes = arg; in dasync_cipher_ctrl_helper()
654 pipe_ctx->outbufs = (unsigned char **)ptr; in dasync_cipher_ctrl_helper()
658 pipe_ctx->numpipes = arg; in dasync_cipher_ctrl_helper()
659 pipe_ctx->inbufs = (unsigned char **)ptr; in dasync_cipher_ctrl_helper()
663 pipe_ctx->numpipes = arg; in dasync_cipher_ctrl_helper()
664 pipe_ctx->lens = (size_t *)ptr; in dasync_cipher_ctrl_helper()
[all …]