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

  /external/openssl/apps/
dgst.c 119 const char *sigfile = NULL, *randfile = NULL; local
198 sigfile=*(++argv);
262 if(do_verify && !sigfile) {
469 if(sigfile && sigkey) {
471 sigbio = BIO_new_file(sigfile, "rb");
476 sigfile);
484 sigfile);
pkeyutl.c 91 char *infile = NULL, *outfile = NULL, *sigfile = NULL; local
129 else if (!strcmp(*argv,"-sigfile"))
132 else sigfile= *(++argv);
238 if (sigfile && (pkey_op != EVP_PKEY_OP_VERIFY))
244 if (!sigfile && (pkey_op == EVP_PKEY_OP_VERIFY))
289 if (sigfile)
291 BIO *sigbio = BIO_new_file(sigfile, "rb");
295 sigfile);
393 BIO_printf(bio_err, "-sigfile file signature file (verify operation only)\n");
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 

Completed in 402 milliseconds