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

  /src/crypto/external/apache2/openssl/dist/apps/
smime.c 210 char *infile = NULL, *outfile = NULL, *signerfile = NULL, *recipfile = NULL; local
365 recipfile = opt_arg();
480 if (recipfile == NULL && keyfile == NULL) {
537 if (recipfile != NULL && (operation == SMIME_DECRYPT)) {
538 if ((recip = load_cert(recipfile, FORMAT_UNDEF,
548 keyfile = recipfile;
cms.c 368 char *originatorfile = NULL, *recipfile = NULL, *ciphername = NULL; local
710 recipfile = opt_arg();
849 if (recipfile == NULL && keyfile == NULL
924 if (recipfile != NULL && (operation == SMIME_DECRYPT)) {
925 if ((recip = load_cert(recipfile, FORMAT_UNDEF,
953 keyfile = recipfile;
  /src/crypto/external/bsd/openssl/dist/apps/
smime.c 147 char *infile = NULL, *outfile = NULL, *signerfile = NULL, *recipfile = NULL; local
296 recipfile = opt_arg();
413 if (recipfile == NULL && keyfile == NULL) {
476 if (recipfile != NULL && (operation == SMIME_DECRYPT)) {
477 if ((recip = load_cert(recipfile, FORMAT_UNDEF,
486 keyfile = recipfile;
cms.c 298 char *originatorfile = NULL, *recipfile = NULL, *ciphername = NULL; local
633 recipfile = opt_arg();
775 if (recipfile == NULL && keyfile == NULL
857 if (recipfile != NULL && (operation == SMIME_DECRYPT)) {
858 if ((recip = load_cert(recipfile, FORMAT_UNDEF,
883 keyfile = recipfile;
  /src/crypto/external/bsd/openssl.old/dist/apps/
smime.c 126 char *infile = NULL, *outfile = NULL, *signerfile = NULL, *recipfile = NULL; local
262 recipfile = opt_arg();
353 if (recipfile == NULL && keyfile == NULL) {
418 if (recipfile != NULL && (operation == SMIME_DECRYPT)) {
419 if ((recip = load_cert(recipfile, FORMAT_PEM,
428 keyfile = recipfile;
cms.c 207 char *passinarg = NULL, *passin = NULL, *signerfile = NULL, *recipfile = NULL; local
523 recipfile = opt_arg();
628 if (recipfile == NULL && keyfile == NULL
699 if (recipfile != NULL && (operation == SMIME_DECRYPT)) {
700 if ((recip = load_cert(recipfile, FORMAT_PEM,
717 keyfile = recipfile;

Completed in 30 milliseconds