OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CMS_OtherRecipientInfo
(Results
1 - 2
of
2
) sorted by null
/external/openssl/crypto/cms/
cms_asn1.c
211
ASN1_SEQUENCE(
CMS_OtherRecipientInfo
) = {
212
ASN1_SIMPLE(
CMS_OtherRecipientInfo
, oriType, ASN1_OBJECT),
213
ASN1_OPT(
CMS_OtherRecipientInfo
, oriValue, ASN1_ANY)
214
} ASN1_SEQUENCE_END(
CMS_OtherRecipientInfo
)
258
ASN1_IMP(CMS_RecipientInfo, d.ori,
CMS_OtherRecipientInfo
, 4)
cms_lcl.h
93
typedef struct CMS_OtherRecipientInfo_st
CMS_OtherRecipientInfo
;
190
CMS_OtherRecipientInfo
*ori;
Completed in 36 milliseconds