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

/freebsd-9.3-release/crypto/openssl/apps/
H A Dcms.c75 static CMS_ReceiptRequest *make_receipt_request(STACK * rr_to,
123 STACK *rr_to = NULL, *rr_from = NULL; local
283 if (!rr_to)
284 rr_to = sk_new_null();
285 sk_push(rr_to, *args);
445 if (((rr_allorfirst != -1) || rr_from) && !rr_to) {
450 if (!(operation & SMIME_SIGNERS) && (rr_to || rr_from)) {
845 if (rr_to) {
846 rr = make_receipt_request(rr_to, rr_allorfirst, rr_from);
1006 if (rr_to)
1161 make_receipt_request(STACK * rr_to, int rr_allorfirst, STACK * rr_from) argument
[all...]

Completed in 37 milliseconds