Searched refs:allorfirst (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/cms/ |
H A D | cms_ess.c | 117 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()
|
/netbsd-src/crypto/external/bsd/openssl/dist/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
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
H A D | CMS_get1_ReceiptRequest.pod | 12 int allorfirst, 28 the B<allorfirst> parameter. If B<receiptList> is not NULL the B<receiptList>
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/cms/ |
H A D | cms_ess.c | 47 int allorfirst, in CMS_ReceiptRequest_create0() argument 74 rr->receiptsFrom->d.allOrFirstTier = allorfirst; in CMS_ReceiptRequest_create0()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/ |
H A D | cms.c | 1175 int allorfirst; in receipt_request_print() local 1192 CMS_ReceiptRequest_get0_values(rr, &scid, &allorfirst, in receipt_request_print() 1202 } else if (allorfirst == 1) { in receipt_request_print() 1204 } else if (allorfirst == 0) { in receipt_request_print() 1207 BIO_printf(bio_err, " Unknown (%d)\n", allorfirst); in receipt_request_print()
|
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
H A D | cms.h.in | 339 unsigned char *id, int idlen, int allorfirst, 343 unsigned char *id, int idlen, int allorfirst,
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
H A D | cms.h | 289 int allorfirst,
|