Searched refs:allorfirst (Results 1 – 4 of 4) sorted by relevance
/openssl/crypto/cms/ |
H A D | cms_ess.c | 117 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 D | CMS_get1_ReceiptRequest.pod | 14 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 D | cms.c | 1368 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 D | cms.h.in | 354 unsigned char *id, int idlen, int allorfirst, 358 unsigned char *id, int idlen, int allorfirst,
|
Completed in 11 milliseconds