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

/external/openssl/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
405 recipfile = *++args;
562 if (!recipfile && !keyfile && !secret_key)
734 if (recipfile && (operation == SMIME_DECRYPT))
736 if (!(recip = load_cert(bio_err,recipfile,FORMAT_PEM,NULL,
757 keyfile = recipfile;

Completed in 30 milliseconds