Home
last modified time | relevance | path

Searched refs:allorfirst (Results 1 – 4 of 4) sorted by relevance

/openssl/crypto/cms/
H A Dcms_ess.c117 unsigned char *id, int idlen, int allorfirst, in CMS_ReceiptRequest_create0_ex() argument
148 rr->receiptsFrom->d.allOrFirstTier = allorfirst; in CMS_ReceiptRequest_create0_ex()
160 unsigned char *id, int idlen, int allorfirst, in CMS_ReceiptRequest_create0() argument
163 return CMS_ReceiptRequest_create0_ex(id, idlen, allorfirst, receiptList, in CMS_ReceiptRequest_create0()
/openssl/doc/man3/
H A DCMS_get1_ReceiptRequest.pod14 unsigned char *id, int idlen, int allorfirst,
18 unsigned char *id, int idlen, int allorfirst,
33 and set to the value of the I<allorfirst> parameter. If I<receiptList> is not
/openssl/apps/
H A Dcms.c1368 int allorfirst; in receipt_request_print() local
1385 CMS_ReceiptRequest_get0_values(rr, &scid, &allorfirst, in receipt_request_print()
1395 } else if (allorfirst == 1) { in receipt_request_print()
1397 } else if (allorfirst == 0) { in receipt_request_print()
1400 BIO_printf(bio_err, " Unknown (%d)\n", allorfirst); in receipt_request_print()
/openssl/include/openssl/
H A Dcms.h.in354 unsigned char *id, int idlen, int allorfirst,
358 unsigned char *id, int idlen, int allorfirst,

Completed in 14 milliseconds