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

  /external/chromium_org/third_party/openssl/openssl/apps/
req.c 180 char *req_exts = NULL; local
385 req_exts = *(++argv);
591 if(!req_exts)
593 req_exts = NCONF_get_string(req_conf, SECTION, REQ_EXTENSIONS);
594 if (!req_exts)
597 if(req_exts) {
602 if(!X509V3_EXT_add_nconf(req_conf, &ctx, req_exts, NULL)) {
605 req_exts);
888 if(req_exts && !X509V3_EXT_REQ_add_nconf(req_conf,
889 &ext_ctx, req_exts, req)
    [all...]
  /external/openssl/apps/
req.c 180 char *req_exts = NULL; local
385 req_exts = *(++argv);
591 if(!req_exts)
593 req_exts = NCONF_get_string(req_conf, SECTION, REQ_EXTENSIONS);
594 if (!req_exts)
597 if(req_exts) {
602 if(!X509V3_EXT_add_nconf(req_conf, &ctx, req_exts, NULL)) {
605 req_exts);
887 if(req_exts && !X509V3_EXT_REQ_add_nconf(req_conf,
888 &ext_ctx, req_exts, req)
    [all...]

Completed in 174 milliseconds