HomeSort by relevance Sort by last modified time
    Searched refs:CMS_KEKIdentifier (Results 1 - 3 of 3) sorted by null

  /external/openssl/crypto/cms/
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),
cms_lcl.h 90 typedef struct CMS_KEKIdentifier_st CMS_KEKIdentifier;
257 CMS_KEKIdentifier *kekid;
cms_env.c 600 CMS_KEKIdentifier *rkid;

Completed in 198 milliseconds