OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CMS_OtherCertificateFormat
(Results
1 - 2
of
2
) sorted by null
/external/openssl/crypto/cms/
cms_asn1.c
66
ASN1_SEQUENCE(
CMS_OtherCertificateFormat
) = {
67
ASN1_SIMPLE(
CMS_OtherCertificateFormat
, otherCertFormat, ASN1_OBJECT),
68
ASN1_OPT(
CMS_OtherCertificateFormat
, otherCert, ASN1_ANY)
69
} ASN1_SEQUENCE_END(
CMS_OtherCertificateFormat
)
76
ASN1_IMP(CMS_CertificateChoices, d.other,
CMS_OtherCertificateFormat
, 3)
cms_lcl.h
81
typedef struct CMS_OtherCertificateFormat_st
CMS_OtherCertificateFormat
;
351
CMS_OtherCertificateFormat
*other;
Completed in 34 milliseconds