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

/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/apps/
H A Dsmime.c95 char *signerfile = NULL, *recipfile = NULL; local
278 recipfile = *++args;
411 if (!recipfile && !keyfile)
578 if (recipfile && (operation == SMIME_DECRYPT))
580 if (!(recip = load_cert(bio_err,recipfile,FORMAT_PEM,NULL,
591 keyfile = recipfile;
H A Dcms.c110 char *signerfile = NULL, *recipfile = NULL; local
415 recipfile = *++args;
572 if (!recipfile && !keyfile && !secret_key && !pwri_pass)
744 if (recipfile && (operation == SMIME_DECRYPT))
746 if (!(recip = load_cert(bio_err,recipfile,FORMAT_PEM,NULL,
767 keyfile = recipfile;

Completed in 106 milliseconds