HomeSort by relevance Sort by last modified time
    Searched refs:trustfile (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
141 trustfile= *(++argv);
209 if(trustfile)
211 trusted = load_certs(bio_err, trustfile, FORMAT_PEM,
  /external/openssl/apps/
verify.c 85 char *untfile = NULL, *trustfile = NULL, *crlfile = NULL; local
141 trustfile= *(++argv);
209 if(trustfile)
211 trusted = load_certs(bio_err, trustfile, FORMAT_PEM,

Completed in 1138 milliseconds