Searched refs:allorfirst (Results 1 – 3 of 3) sorted by relevance
| /dragonfly/crypto/libressl/crypto/cms/ |
| HD | cms_ess.c | 119 CMS_ReceiptRequest_create0(unsigned char *id, int idlen, int allorfirst, in CMS_ReceiptRequest_create0() argument 143 rr->receiptsFrom->d.allOrFirstTier = allorfirst; in CMS_ReceiptRequest_create0()
|
| /dragonfly/crypto/libressl/apps/openssl/ |
| HD | cms.c | 1854 int allorfirst; in receipt_request_print() local 1875 CMS_ReceiptRequest_get0_values(rr, &scid, &allorfirst, in receipt_request_print() 1885 } else if (allorfirst == 1) { in receipt_request_print() 1887 } else if (allorfirst == 0) { in receipt_request_print() 1890 BIO_printf(out, " Unknown (%d)\n", allorfirst); in receipt_request_print()
|
| /dragonfly/crypto/libressl/include/openssl/ |
| HD | cms.h | 318 int allorfirst, STACK_OF(GENERAL_NAMES) *receiptList,
|