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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dsmime.c92 char *signerfile = NULL, *recipfile = NULL; local
272 recipfile = *args;
395 if (!recipfile && !keyfile)
566 if (recipfile && (operation == SMIME_DECRYPT))
568 if (!(recip = load_cert(bio_err,recipfile,FORMAT_PEM,NULL,
572 BIO_printf(bio_err, "Can't read recipient certificate file %s\n", recipfile);
582 keyfile = recipfile;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dsmime.c96 char *signerfile = NULL, *recipfile = NULL; local
263 recipfile = *++args;
362 if (!recipfile && !keyfile) {
535 if (recipfile && (operation == SMIME_DECRYPT)) {
536 if (!(recip = load_cert(bio_err, recipfile, FORMAT_PEM, NULL,
545 keyfile = recipfile;
H A Dcms.c121 char *signerfile = NULL, *recipfile = NULL; local
411 recipfile = *++args;
563 if (!recipfile && !keyfile && !secret_key && !pwri_pass) {
740 if (recipfile && (operation == SMIME_DECRYPT)) {
741 if (!(recip = load_cert(bio_err, recipfile, FORMAT_PEM, NULL,
758 keyfile = recipfile;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dsmime.c96 char *signerfile = NULL, *recipfile = NULL; local
263 recipfile = *++args;
362 if (!recipfile && !keyfile) {
535 if (recipfile && (operation == SMIME_DECRYPT)) {
536 if (!(recip = load_cert(bio_err, recipfile, FORMAT_PEM, NULL,
545 keyfile = recipfile;
H A Dcms.c121 char *signerfile = NULL, *recipfile = NULL; local
411 recipfile = *++args;
563 if (!recipfile && !keyfile && !secret_key && !pwri_pass) {
740 if (recipfile && (operation == SMIME_DECRYPT)) {
741 if (!(recip = load_cert(bio_err, recipfile, FORMAT_PEM, NULL,
758 keyfile = recipfile;

Completed in 67 milliseconds