OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CMS_OtherRevocationInfoFormat
(Results
1 - 2
of
2
) sorted by null
/external/openssl/crypto/cms/
cms_asn1.c
114
ASN1_SEQUENCE(
CMS_OtherRevocationInfoFormat
) = {
115
ASN1_SIMPLE(
CMS_OtherRevocationInfoFormat
, otherRevInfoFormat, ASN1_OBJECT),
116
ASN1_OPT(
CMS_OtherRevocationInfoFormat
, otherRevInfo, ASN1_ANY)
117
} ASN1_SEQUENCE_END(
CMS_OtherRevocationInfoFormat
)
121
ASN1_IMP(CMS_RevocationInfoChoice, d.other,
CMS_OtherRevocationInfoFormat
, 1)
cms_lcl.h
73
typedef struct CMS_OtherRevocationInfoFormat_st
CMS_OtherRevocationInfoFormat
;
330
CMS_OtherRevocationInfoFormat
*other;
Completed in 277 milliseconds