HomeSort by relevance Sort by last modified time
    Searched full:srctx (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/openssl/openssl/apps/
s_server.c 779 tlsextstatusctx *srctx = arg; local
780 BIO *err = srctx->err;
800 if (srctx->verbose)
813 if (srctx->verbose)
819 if (!srctx->host)
821 BIO_puts(srctx->err, "cert_status: no AIA and no default responder URL\n");
824 host = srctx->host;
825 path = srctx->path;
826 port = srctx->port;
827 use_ssl = srctx->use_ssl
    [all...]
  /external/openssl/apps/
s_server.c 779 tlsextstatusctx *srctx = arg; local
780 BIO *err = srctx->err;
800 if (srctx->verbose)
813 if (srctx->verbose)
819 if (!srctx->host)
821 BIO_puts(srctx->err, "cert_status: no AIA and no default responder URL\n");
824 host = srctx->host;
825 path = srctx->path;
826 port = srctx->port;
827 use_ssl = srctx->use_ssl
    [all...]

Completed in 59 milliseconds