HomeSort by: relevance | last modified time | path
    Searched defs:rr_allorfirst (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/apps/
cms.c 27 static CMS_ReceiptRequest *make_receipt_request(STACK_OF(OPENSSL_STRING) *rr_to, int rr_allorfirst,
374 int operation = 0, ret = 1, rr_print = 0, rr_allorfirst = -1; local
533 rr_allorfirst = 0;
536 rr_allorfirst = 1;
795 if ((rr_allorfirst != -1 || rr_from != NULL) && rr_to == NULL) {
1167 && ((rr = make_receipt_request(rr_to, rr_allorfirst, rr_from))
1530 static CMS_ReceiptRequest *make_receipt_request(STACK_OF(OPENSSL_STRING) *rr_to, int rr_allorfirst,
1546 rr = CMS_ReceiptRequest_create0_ex(NULL, -1, rr_allorfirst, rct_from,
  /src/crypto/external/bsd/openssl/dist/apps/
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; local
456 rr_allorfirst = 0;
459 rr_allorfirst = 1;
721 if ((rr_allorfirst != -1 || rr_from != NULL) && rr_to == NULL) {
1073 && ((rr = make_receipt_request(rr_to, rr_allorfirst, rr_from))
1431 *make_receipt_request(STACK_OF(OPENSSL_STRING) *rr_to, int rr_allorfirst,
1447 rr = CMS_ReceiptRequest_create0_ex(NULL, -1, rr_allorfirst, rct_from,
  /src/crypto/external/bsd/openssl.old/dist/apps/
cms.c 30 *rr_to, int rr_allorfirst, STACK_OF(OPENSSL_STRING)
212 int operation = 0, ret = 1, rr_print = 0, rr_allorfirst = -1; local
358 rr_allorfirst = 0;
361 rr_allorfirst = 1;
590 if ((rr_allorfirst != -1 || rr_from != NULL) && rr_to == NULL) {
910 rr = make_receipt_request(rr_to, rr_allorfirst, rr_from);
1251 *rr_to, int rr_allorfirst, STACK_OF(OPENSSL_STRING)
1266 rr = CMS_ReceiptRequest_create0(NULL, -1, rr_allorfirst, rct_from,

Completed in 30 milliseconds