Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssl/engines/
H A De_dasync.c169 unsigned int aadctr; member
684 if (pipe_ctx->aadctr >= SSL_MAX_PIPELINES) in dasync_cipher_ctrl_helper()
687 memcpy(pipe_ctx->tlsaad[pipe_ctx->aadctr], ptr, in dasync_cipher_ctrl_helper()
689 pipe_ctx->aadctr++; in dasync_cipher_ctrl_helper()
735 pipe_ctx->aadctr = 0; in dasync_cipher_init_key_helper()
756 if (pipe_ctx->aadctr != 0) { in dasync_cipher_helper()
757 if (pipe_ctx->aadctr != 1) in dasync_cipher_helper()
767 if (pipe_ctx->aadctr > 0 && pipe_ctx->aadctr != pipes) in dasync_cipher_helper()
770 if (pipe_ctx->aadctr > 0) { in dasync_cipher_helper()
782 pipe_ctx->aadctr = 0; in dasync_cipher_helper()