Searched refs:CMS_ReceiptsFrom (Results 1 – 3 of 3) sorted by relevance
/third_party/openssl/crypto/cms/ |
D | cms_asn1.c | 340 ASN1_CHOICE(CMS_ReceiptsFrom) = { 341 ASN1_IMP_EMBED(CMS_ReceiptsFrom, d.allOrFirstTier, INT32, 0), 342 ASN1_IMP_SEQUENCE_OF(CMS_ReceiptsFrom, d.receiptList, GENERAL_NAMES, 1) 343 } static_ASN1_CHOICE_END(CMS_ReceiptsFrom) 347 ASN1_SIMPLE(CMS_ReceiptRequest, receiptsFrom, CMS_ReceiptsFrom),
|
D | cms_local.h | 45 typedef struct CMS_ReceiptsFrom_st CMS_ReceiptsFrom; typedef 324 CMS_ReceiptsFrom *receiptsFrom;
|
/third_party/openssl/util/ |
D | indent.pro | 150 -T CMS_ReceiptsFrom
|