Searched refs:CMS_RecipientKeyIdentifier (Results 1 – 2 of 2) sorted by relevance
/external/openssl/crypto/cms/ |
D | cms_asn1.c | 156 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)
|
D | cms_lcl.h | 87 typedef struct CMS_RecipientKeyIdentifier_st CMS_RecipientKeyIdentifier; typedef 243 CMS_RecipientKeyIdentifier *rKeyId;
|