Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/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 > in dasync_cipher_helper()
[all...]
/third_party/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 > in dasync_cipher_helper()
[all...]

Completed in 3 milliseconds