Searched refs:CMS_KEKIdentifier (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/crypto/openssl/crypto/cms/
H A Dcms_asn1.c191 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),
H A Dcms_lcl.h90 typedef struct CMS_KEKIdentifier_st CMS_KEKIdentifier; typedef in typeref:struct:CMS_KEKIdentifier_st
257 CMS_KEKIdentifier *kekid;
H A Dcms_env.c600 CMS_KEKIdentifier *rkid;

Completed in 171 milliseconds