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

  /external/chromium_org/third_party/openssl/openssl/apps/
ocsp.c 133 char *rsignfile = NULL, *rkeyfile = NULL; local
539 rsignfile = *args;
659 if (rsignfile && !rdb)
661 if (!rkeyfile) rkeyfile = rsignfile;
662 rsigner = load_cert(bio_err, rsignfile, FORMAT_PEM,
    [all...]
  /external/openssl/apps/
ocsp.c 133 char *rsignfile = NULL, *rkeyfile = NULL; local
539 rsignfile = *args;
659 if (rsignfile && !rdb)
661 if (!rkeyfile) rkeyfile = rsignfile;
662 rsigner = load_cert(bio_err, rsignfile, FORMAT_PEM,
    [all...]

Completed in 48 milliseconds