Searched refs:CMS_KEKIdentifier (Results 1 – 3 of 3) sorted by relevance
/external/openssl/crypto/cms/ |
D | cms_asn1.c | 191 ASN1_SEQUENCE(CMS_KEKIdentifier) = { 192 ASN1_SIMPLE(CMS_KEKIdentifier, keyIdentifier, ASN1_OCTET_STRING), 193 ASN1_OPT(CMS_KEKIdentifier, date, ASN1_GENERALIZEDTIME), 194 ASN1_OPT(CMS_KEKIdentifier, other, CMS_OtherKeyAttribute) 195 } ASN1_SEQUENCE_END(CMS_KEKIdentifier) 199 ASN1_SIMPLE(CMS_KEKRecipientInfo, kekid, CMS_KEKIdentifier),
|
D | cms_lcl.h | 90 typedef struct CMS_KEKIdentifier_st CMS_KEKIdentifier; typedef 257 CMS_KEKIdentifier *kekid;
|
D | cms_env.c | 600 CMS_KEKIdentifier *rkid; in CMS_RecipientInfo_kekri_get0_id()
|