Lines Matching refs:is
30 structure. The B<signedContentIdentifier> field is set using I<id> and I<idlen>,
31 or it is set to 32 bytes of pseudo random data if I<id> is NULL.
32 If I<receiptList> is NULL the allOrFirstTier option in I<receiptsFrom> is used
33 and set to the value of the I<allorfirst> parameter. If I<receiptList> is not
34 NULL the I<receiptList> option in I<receiptsFrom> is used. The I<receiptsTo>
36 is used to find the public random generator.
38 CMS_ReceiptRequest_create0() is similar to
46 any is found it is decoded and written to B<prr>.
49 The signedContentIdentifier is copied to B<pcid>. If the B<allOrFirstTier>
50 option of B<receiptsFrom> is used its value is copied to B<pallorfirst>
51 otherwise the B<receiptList> field is copied to B<plist>. The B<receiptsTo>
52 parameter is copied to B<prto>.
69 CMS_get1_ReceiptRequest() returns 1 is a signed receipt request is found and
70 decoded. It returns 0 if a signed receipt request is not present and -1 if
71 it is present but malformed.