Home
last modified time | relevance | path

Searched refs:CMS_OtherKeyAttribute (Results 1 – 3 of 3) sorted by relevance

/external/openssl/crypto/cms/
Dcms_asn1.c151 ASN1_SEQUENCE(CMS_OtherKeyAttribute) = {
152 ASN1_SIMPLE(CMS_OtherKeyAttribute, keyAttrId, ASN1_OBJECT),
153 ASN1_OPT(CMS_OtherKeyAttribute, keyAttr, ASN1_ANY)
154 } ASN1_SEQUENCE_END(CMS_OtherKeyAttribute)
159 ASN1_OPT(CMS_RecipientKeyIdentifier, other, CMS_OtherKeyAttribute)
194 ASN1_OPT(CMS_KEKIdentifier, other, CMS_OtherKeyAttribute)
Dcms_lcl.h86 typedef struct CMS_OtherKeyAttribute_st CMS_OtherKeyAttribute; typedef
251 CMS_OtherKeyAttribute *other;
269 CMS_OtherKeyAttribute *other;
Dcms_env.c70 DECLARE_ASN1_ITEM(CMS_OtherKeyAttribute) in DECLARE_ASN1_ITEM()
553 kekri->kekid->other = M_ASN1_new_of(CMS_OtherKeyAttribute); in CMS_add0_recipient_key()