Searched refs:aadctr (Results 1 – 1 of 1) sorted by relevance
169 unsigned int aadctr; member683 if (pipe_ctx->aadctr >= SSL_MAX_PIPELINES) in dasync_cipher_ctrl_helper()686 memcpy(pipe_ctx->tlsaad[pipe_ctx->aadctr], ptr, in dasync_cipher_ctrl_helper()688 pipe_ctx->aadctr++; in dasync_cipher_ctrl_helper()731 pipe_ctx->aadctr = 0; in dasync_cipher_init_key_helper()752 if (pipe_ctx->aadctr != 0) { in dasync_cipher_helper()753 if (pipe_ctx->aadctr != 1) in dasync_cipher_helper()763 if (pipe_ctx->aadctr > 0 && pipe_ctx->aadctr != pipes) in dasync_cipher_helper()766 if (pipe_ctx->aadctr > 0) { in dasync_cipher_helper()778 pipe_ctx->aadctr = 0; in dasync_cipher_helper()
Completed in 11 milliseconds