Searched refs:rr_allorfirst (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/openssl/apps/ |
H A D | cms.c | 28 *make_receipt_request(STACK_OF(OPENSSL_STRING) *rr_to, int rr_allorfirst, 304 int operation = 0, ret = 1, rr_print = 0, rr_allorfirst = -1; in cms_main() local 456 rr_allorfirst = 0; in cms_main() 459 rr_allorfirst = 1; in cms_main() 714 if ((rr_allorfirst != -1 || rr_from != NULL) && rr_to == NULL) { in cms_main() 1057 && ((rr = make_receipt_request(rr_to, rr_allorfirst, rr_from)) in cms_main() 1414 *make_receipt_request(STACK_OF(OPENSSL_STRING) *rr_to, int rr_allorfirst, in make_receipt_request() argument 1430 rr = CMS_ReceiptRequest_create0_ex(NULL, -1, rr_allorfirst, rct_from, in make_receipt_request()
|