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

/freebsd-current/crypto/openssl/apps/
H A Dcms.c28 *make_receipt_request(STACK_OF(OPENSSL_STRING) *rr_to, int rr_allorfirst,
304 int operation = 0, ret = 1, rr_print = 0, rr_allorfirst = -1; local
456 rr_allorfirst = 0;
459 rr_allorfirst = 1;
714 if ((rr_allorfirst != -1 || rr_from != NULL) && rr_to == NULL) {
1057 && ((rr = make_receipt_request(rr_to, rr_allorfirst, rr_from))
1414 *make_receipt_request(STACK_OF(OPENSSL_STRING) *rr_to, int rr_allorfirst,
1430 rr = CMS_ReceiptRequest_create0_ex(NULL, -1, rr_allorfirst, rct_from,

Completed in 176 milliseconds