• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/OpenSSL098-52/src/apps/

Lines Matching defs:?r

2 /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
8 * Redistribution and use in source and binary forms, with or without
17 * the documentation and/or other materials provided with the
20 * 3. All advertising materials mentioning features or use of this
26 * endorse or promote products derived from this software without
122 CMS_ReceiptRequest *rr = NULL;
522 BIO_puts(bio_err, "Multiple signers or keys not allowed\n");
559 BIO_printf(bio_err, "No recipient certificate or key specified\n");
618 BIO_printf (bio_err, "-inform arg input format SMIME (default), PEM or DER\n");
619 BIO_printf (bio_err, "-inkey file input private key (if not signer or recipient)\n");
620 BIO_printf (bio_err, "-keyform arg input private key format (PEM or ENGINE)\n");
622 BIO_printf (bio_err, "-outform arg output format SMIME (default), PEM or DER\n");
623 BIO_printf (bio_err, "-content file supply or override content for detached signature\n");
627 BIO_printf (bio_err, "-text include or delete text MIME headers\n");
637 BIO_printf(bio_err, " load the file (or the files in the directory) into\n");
966 rr = make_receipt_request(rr_to, rr_allorfirst,
968 if (!rr)
994 if (rr && !CMS_add1_ReceiptRequest(si, rr))
1001 /* If not streaming or resigning finalize structure */
1162 if (rr)
1163 CMS_ReceiptRequest_free(rr);
1239 CMS_ReceiptRequest *rr;
1248 rv = CMS_get1_ReceiptRequest(si, &rr);
1261 CMS_ReceiptRequest_get0_values(rr, &scid, &allorfirst,
1282 if (rr)
1283 CMS_ReceiptRequest_free(rr);
1332 CMS_ReceiptRequest *rr;
1344 rr = CMS_ReceiptRequest_create0(NULL, -1, rr_allorfirst, rct_from,
1346 return rr;