Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssl/engines/
H A De_dasync.c142 unsigned int aadctr; member
604 if (pipe_ctx->aadctr >= SSL_MAX_PIPELINES) in dasync_cipher_ctrl_helper()
607 memcpy(pipe_ctx->tlsaad[pipe_ctx->aadctr], ptr, in dasync_cipher_ctrl_helper()
609 pipe_ctx->aadctr++; in dasync_cipher_ctrl_helper()
655 pipe_ctx->aadctr = 0; in dasync_cipher_init_key_helper()
676 if (pipe_ctx->aadctr != 0) { in dasync_cipher_helper()
677 if (pipe_ctx->aadctr != 1) in dasync_cipher_helper()
687 if (pipe_ctx->aadctr > 0 && pipe_ctx->aadctr != pipes) in dasync_cipher_helper()
690 if (pipe_ctx->aadctr > 0) { in dasync_cipher_helper()
702 pipe_ctx->aadctr = 0; in dasync_cipher_helper()