OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CMS_ReceiptsFrom
(Results
1 - 2
of
2
) sorted by null
/external/openssl/crypto/cms/
cms_asn1.c
372
ASN1_CHOICE(
CMS_ReceiptsFrom
) = {
373
ASN1_IMP(
CMS_ReceiptsFrom
, d.allOrFirstTier, LONG, 0),
374
ASN1_IMP_SEQUENCE_OF(
CMS_ReceiptsFrom
, d.receiptList, GENERAL_NAMES, 1)
375
} ASN1_CHOICE_END(
CMS_ReceiptsFrom
)
379
ASN1_SIMPLE(CMS_ReceiptRequest, receiptsFrom,
CMS_ReceiptsFrom
),
cms_lcl.h
94
typedef struct CMS_ReceiptsFrom_st
CMS_ReceiptsFrom
;
390
CMS_ReceiptsFrom
*receiptsFrom;
Completed in 30 milliseconds