HomeSort by: relevance | last modified time | path
    Searched refs:aadctr (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/engines/
e_dasync.c 142 unsigned int aadctr; member in struct:dasync_pipeline_ctx
611 if (pipe_ctx->aadctr >= SSL_MAX_PIPELINES)
614 memcpy(pipe_ctx->tlsaad[pipe_ctx->aadctr], ptr,
616 pipe_ctx->aadctr++;
677 pipe_ctx->aadctr = 0;
698 if (pipe_ctx->aadctr != 0) {
699 if (pipe_ctx->aadctr != 1)
709 if (pipe_ctx->aadctr > 0 && pipe_ctx->aadctr != pipes)
712 if (pipe_ctx->aadctr > 0)
    [all...]
  /src/crypto/external/apache2/openssl/dist/engines/
e_dasync.c 169 unsigned int aadctr; member in struct:dasync_pipeline_ctx
676 if (pipe_ctx->aadctr >= SSL_MAX_PIPELINES)
679 memcpy(pipe_ctx->tlsaad[pipe_ctx->aadctr], ptr,
681 pipe_ctx->aadctr++;
724 pipe_ctx->aadctr = 0;
744 if (pipe_ctx->aadctr != 0) {
745 if (pipe_ctx->aadctr != 1)
753 if (pipe_ctx->aadctr > 0 && pipe_ctx->aadctr != pipes)
756 if (pipe_ctx->aadctr > 0)
    [all...]
  /src/crypto/external/bsd/openssl/dist/engines/
e_dasync.c 169 unsigned int aadctr; member in struct:dasync_pipeline_ctx
684 if (pipe_ctx->aadctr >= SSL_MAX_PIPELINES)
687 memcpy(pipe_ctx->tlsaad[pipe_ctx->aadctr], ptr,
689 pipe_ctx->aadctr++;
735 pipe_ctx->aadctr = 0;
756 if (pipe_ctx->aadctr != 0) {
757 if (pipe_ctx->aadctr != 1)
767 if (pipe_ctx->aadctr > 0 && pipe_ctx->aadctr != pipes)
770 if (pipe_ctx->aadctr > 0)
    [all...]

Completed in 28 milliseconds