Home
last modified time | relevance | path

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

/openssl-master/crypto/cms/
A Dcms_ess.c117 unsigned char *id, int idlen, int allorfirst, in CMS_ReceiptRequest_create0_ex() argument
144 rr->receiptsFrom->d.allOrFirstTier = allorfirst; in CMS_ReceiptRequest_create0_ex()
159 unsigned char *id, int idlen, int allorfirst, in CMS_ReceiptRequest_create0() argument
162 return CMS_ReceiptRequest_create0_ex(id, idlen, allorfirst, receiptList, in CMS_ReceiptRequest_create0()
/openssl-master/doc/man3/
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-master/apps/
A Dcms.c1339 int allorfirst; in receipt_request_print() local
1356 CMS_ReceiptRequest_get0_values(rr, &scid, &allorfirst, in receipt_request_print()
1366 } else if (allorfirst == 1) { in receipt_request_print()
1368 } else if (allorfirst == 0) { in receipt_request_print()
1371 BIO_printf(bio_err, " Unknown (%d)\n", allorfirst); in receipt_request_print()
/openssl-master/include/openssl/
A Dcms.h.in339 unsigned char *id, int idlen, int allorfirst,
343 unsigned char *id, int idlen, int allorfirst,

Completed in 7 milliseconds