Home
last modified time | relevance | path

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

/src/crypto/openssl/engines/
H A De_dasync.c169 unsigned int aadctr; member
676 if (pipe_ctx->aadctr >= SSL_MAX_PIPELINES) in dasync_cipher_ctrl_helper()
679 memcpy(pipe_ctx->tlsaad[pipe_ctx->aadctr], ptr, in dasync_cipher_ctrl_helper()
681 pipe_ctx->aadctr++; in dasync_cipher_ctrl_helper()
724 pipe_ctx->aadctr = 0; in dasync_cipher_init_key_helper()
744 if (pipe_ctx->aadctr != 0) { in dasync_cipher_helper()
745 if (pipe_ctx->aadctr != 1) in dasync_cipher_helper()
753 if (pipe_ctx->aadctr > 0 && pipe_ctx->aadctr != pipes) in dasync_cipher_helper()
756 if (pipe_ctx->aadctr > 0) { in dasync_cipher_helper()
765 pipe_ctx->aadctr = 0; in dasync_cipher_helper()