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

  /external/openssl/apps/
smime.c 97 char *certfile = NULL, *keyfile = NULL, *contfile=NULL; local
366 contfile = *++args;
639 if (contfile)
642 if (!(indata = BIO_new_file(contfile, "rb")))
644 BIO_printf(bio_err, "Can't read content file %s\n", contfile);
cms.c 112 char *certfile = NULL, *keyfile = NULL, *contfile=NULL; local
513 contfile = *++args;
813 if (contfile)
816 if (!(indata = BIO_new_file(contfile, "rb")))
818 BIO_printf(bio_err, "Can't read content file %s\n", contfile);
    [all...]

Completed in 148 milliseconds