Searched refs:CMS_KEKIdentifier (Results 1 – 4 of 4) sorted by relevance
/openssl-master/crypto/cms/ |
A D | cms_asn1.c | 172 ASN1_SEQUENCE(CMS_KEKIdentifier) = { 173 ASN1_SIMPLE(CMS_KEKIdentifier, keyIdentifier, ASN1_OCTET_STRING), 174 ASN1_OPT(CMS_KEKIdentifier, date, ASN1_GENERALIZEDTIME), 175 ASN1_OPT(CMS_KEKIdentifier, other, CMS_OtherKeyAttribute) 176 } static_ASN1_SEQUENCE_END(CMS_KEKIdentifier) 180 ASN1_SIMPLE(CMS_KEKRecipientInfo, kekid, CMS_KEKIdentifier),
|
A D | cms_local.h | 42 typedef struct CMS_KEKIdentifier_st CMS_KEKIdentifier; typedef 220 CMS_KEKIdentifier *kekid;
|
A D | cms_env.c | 752 CMS_KEKIdentifier *rkid; in CMS_RecipientInfo_kekri_get0_id()
|
/openssl-master/util/ |
A D | indent.pro | 134 -T CMS_KEKIdentifier
|
Completed in 8 milliseconds