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

/freebsd-9.3-release/crypto/openssl/apps/
H A Dcms.c77 STACK * rr_from);
123 STACK *rr_to = NULL, *rr_from = NULL; local
276 if (!rr_from)
277 rr_from = sk_new_null();
278 sk_push(rr_from, *args);
445 if (((rr_allorfirst != -1) || rr_from) && !rr_to) {
450 if (!(operation & SMIME_SIGNERS) && (rr_to || rr_from)) {
846 rr = make_receipt_request(rr_to, rr_allorfirst, rr_from);
1008 if (rr_from)
1009 sk_free(rr_from);
1161 make_receipt_request(STACK * rr_to, int rr_allorfirst, STACK * rr_from) argument
[all...]

Completed in 46 milliseconds