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

  /external/openssl/apps/
dgst.c 119 const char *sigfile = NULL, *randfile = NULL; local
197 sigfile=*(++argv);
257 if(do_verify && !sigfile) {
457 if(sigfile && sigkey) {
459 sigbio = BIO_new_file(sigfile, "rb");
464 sigfile);
472 sigfile);
pkeyutl.c 91 char *infile = NULL, *outfile = NULL, *sigfile = NULL; local
129 else if (!strcmp(*argv,"-sigfile"))
132 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");
  /prebuilt/common/ant/
ant.jar 

Completed in 177 milliseconds