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

  /external/chromium_org/third_party/openssl/openssl/apps/
verify.c 85 char *untfile = NULL, *trustfile = NULL, *crlfile = NULL; local
143 else if (strcmp(*argv,"-CRLfile") == 0)
146 crlfile= *(++argv);
217 if(crlfile)
219 crls = load_crls(bio_err, crlfile, FORMAT_PEM,
  /external/openssl/apps/
verify.c 85 char *untfile = NULL, *trustfile = NULL, *crlfile = NULL; local
143 else if (strcmp(*argv,"-CRLfile") == 0)
146 crlfile= *(++argv);
217 if(crlfile)
219 crls = load_crls(bio_err, crlfile, FORMAT_PEM,

Completed in 38 milliseconds