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

  /external/chromium_org/third_party/openssl/openssl/apps/
req.c 832 X509V3_CTX ext_ctx; local
858 X509V3_set_ctx(&ext_ctx, x509ss, x509ss, NULL, NULL, 0);
859 X509V3_set_nconf(&ext_ctx, req_conf);
863 &ext_ctx, extensions, x509ss))
880 X509V3_CTX ext_ctx; local
884 X509V3_set_ctx(&ext_ctx, NULL, NULL, req, NULL, 0);
885 X509V3_set_nconf(&ext_ctx, req_conf);
889 &ext_ctx, req_exts, req))
    [all...]
  /external/openssl/apps/
req.c 832 X509V3_CTX ext_ctx; local
858 X509V3_set_ctx(&ext_ctx, x509ss, x509ss, NULL, NULL, 0);
859 X509V3_set_nconf(&ext_ctx, req_conf);
863 &ext_ctx, extensions, x509ss))
880 X509V3_CTX ext_ctx; local
884 X509V3_set_ctx(&ext_ctx, NULL, NULL, req, NULL, 0);
885 X509V3_set_nconf(&ext_ctx, req_conf);
889 &ext_ctx, req_exts, req))
    [all...]

Completed in 155 milliseconds