Home
last modified time | relevance | path

Searched refs:CMS_RecipientKeyIdentifier (Results 1 – 2 of 2) sorted by relevance

/external/openssl/crypto/cms/
Dcms_asn1.c156 ASN1_SEQUENCE(CMS_RecipientKeyIdentifier) = {
157 ASN1_SIMPLE(CMS_RecipientKeyIdentifier, subjectKeyIdentifier, ASN1_OCTET_STRING),
158 ASN1_OPT(CMS_RecipientKeyIdentifier, date, ASN1_GENERALIZEDTIME),
159 ASN1_OPT(CMS_RecipientKeyIdentifier, other, CMS_OtherKeyAttribute)
160 } ASN1_SEQUENCE_END(CMS_RecipientKeyIdentifier)
164 ASN1_IMP(CMS_KeyAgreeRecipientIdentifier, d.rKeyId, CMS_RecipientKeyIdentifier, 0)
Dcms_lcl.h87 typedef struct CMS_RecipientKeyIdentifier_st CMS_RecipientKeyIdentifier; typedef
243 CMS_RecipientKeyIdentifier *rKeyId;