Home
last modified time | relevance | path

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

/openssl-master/engines/
A De_dasync.c592 if (pipe_ctx == NULL) in dasync_cipher_ctrl_helper()
643 memcpy(pipe_ctx->tlsaad[pipe_ctx->aadctr], ptr, in dasync_cipher_ctrl_helper()
645 pipe_ctx->aadctr++; in dasync_cipher_ctrl_helper()
690 pipe_ctx->numpipes = 0; in dasync_cipher_init_key_helper()
691 pipe_ctx->aadctr = 0; in dasync_cipher_init_key_helper()
709 pipes = pipe_ctx->numpipes; in dasync_cipher_helper()
712 if (pipe_ctx->aadctr != 0) { in dasync_cipher_helper()
723 if (pipe_ctx->aadctr > 0 && pipe_ctx->aadctr != pipes) in dasync_cipher_helper()
733 (ctx, pipe_ctx->outbufs[i], pipe_ctx->inbufs[i], in dasync_cipher_helper()
736 pipe_ctx->numpipes = 0; in dasync_cipher_helper()
[all …]

Completed in 6 milliseconds