Home
last modified time | relevance | path

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

/third_party/openssl/crypto/cms/
Dcms_ess.c70 rr->receiptsFrom->type = 1; in CMS_ReceiptRequest_create0()
71 rr->receiptsFrom->d.receiptList = receiptList; in CMS_ReceiptRequest_create0()
73 rr->receiptsFrom->type = 0; in CMS_ReceiptRequest_create0()
74 rr->receiptsFrom->d.allOrFirstTier = allorfirst; in CMS_ReceiptRequest_create0()
121 if (rr->receiptsFrom->type == 0) { in CMS_ReceiptRequest_get0_values()
123 *pallorfirst = (int)rr->receiptsFrom->d.allOrFirstTier; in CMS_ReceiptRequest_get0_values()
130 *plist = rr->receiptsFrom->d.receiptList; in CMS_ReceiptRequest_get0_values()
Dcms_local.h324 CMS_ReceiptsFrom *receiptsFrom; member
Dcms_asn1.c347 ASN1_SIMPLE(CMS_ReceiptRequest, receiptsFrom, CMS_ReceiptsFrom),
/third_party/openssl/doc/man3/
DCMS_get1_ReceiptRequest.pod27 the allOrFirstTier option in B<receiptsFrom> is used and set to the value of
29 option in B<receiptsFrom> is used. The B<receiptsTo> parameter specifies the
40 option of B<receiptsFrom> is used its value is copied to B<pallorfirst>