HomeSort by: relevance | last modified time | path
    Searched defs:contfile (Results 1 - 6 of 6) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/apps/
smime.c 125 char *certfile = NULL, *keyfile = NULL, *contfile = NULL; local
312 contfile = opt_arg();
462 if (contfile != NULL) {
464 if ((indata = BIO_new_file(contfile, "rb")) == NULL) {
465 BIO_printf(bio_err, "Can't read content file %s\n", contfile);
cms.c 202 char *certfile = NULL, *keyfile = NULL, *contfile = NULL; local
392 contfile = opt_arg();
751 if (contfile != NULL) {
753 if ((indata = BIO_new_file(contfile, "rb")) == NULL) {
754 BIO_printf(bio_err, "Can't read content file %s\n", contfile);
  /src/crypto/external/apache2/openssl/dist/apps/
smime.c 209 char *certfile = NULL, *keyfile = NULL, *contfile = NULL; local
421 contfile = opt_arg();
589 if (contfile != NULL) {
591 if ((indata = BIO_new_file(contfile, "rb")) == NULL) {
592 BIO_printf(bio_err, "Can't read content file %s\n", contfile);
cms.c 359 char *certfile = NULL, *keyfile = NULL, *contfile = NULL; local
568 contfile = opt_arg();
880 if ((operation & SMIME_IP) == 0 && contfile != NULL)
882 "Warning: -contfile option is ignored for the given operation\n");
894 if ((operation & SMIME_IP) != 0 && contfile == NULL)
997 if (contfile != NULL) {
999 if ((indata = BIO_new_file(contfile, "rb")) == NULL) {
1000 BIO_printf(bio_err, "Can't read content file %s\n", contfile);
  /src/crypto/external/bsd/openssl/dist/apps/
smime.c 146 char *certfile = NULL, *keyfile = NULL, *contfile = NULL; local
352 contfile = opt_arg();
527 if (contfile != NULL) {
529 if ((indata = BIO_new_file(contfile, "rb")) == NULL) {
530 BIO_printf(bio_err, "Can't read content file %s\n", contfile);
cms.c 292 char *certfile = NULL, *keyfile = NULL, *contfile = NULL; local
491 contfile = opt_arg();
806 if ((operation & SMIME_IP) == 0 && contfile != NULL)
808 "Warning: -contfile option is ignored for the given operation\n");
820 if ((operation & SMIME_IP) != 0 && contfile == NULL)
906 if (contfile != NULL) {
908 if ((indata = BIO_new_file(contfile, "rb")) == NULL) {
909 BIO_printf(bio_err, "Can't read content file %s\n", contfile);

Completed in 90 milliseconds