Home
last modified time | relevance | path

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

/openssl-master/engines/
A De_dasync.c161 unsigned int aadctr; member
640 if (pipe_ctx->aadctr >= SSL_MAX_PIPELINES) 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()
691 pipe_ctx->aadctr = 0; in dasync_cipher_init_key_helper()
712 if (pipe_ctx->aadctr != 0) { in dasync_cipher_helper()
713 if (pipe_ctx->aadctr != 1) in dasync_cipher_helper()
723 if (pipe_ctx->aadctr > 0 && pipe_ctx->aadctr != pipes) in dasync_cipher_helper()
726 if (pipe_ctx->aadctr > 0) { in dasync_cipher_helper()
738 pipe_ctx->aadctr = 0; in dasync_cipher_helper()

Completed in 4 milliseconds