Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/cms/
HDcms_ess.c119 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/
HDcms.c1854 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/
HDcms.h318 int allorfirst, STACK_OF(GENERAL_NAMES) *receiptList,