Searched refs:recipfile (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/common/openssl/apps/
H A Dsmime.c92 char *signerfile = NULL, *recipfile = NULL; local
264 recipfile = *args;
387 if (!recipfile && !keyfile)
554 if (recipfile && (operation == SMIME_DECRYPT))
556 if (!(recip = load_cert(bio_err,recipfile,FORMAT_PEM,NULL,
560 BIO_printf(bio_err, "Can't read recipient certificate file %s\n", recipfile);
570 keyfile = recipfile;

Completed in 42 milliseconds