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

  /external/openssl/crypto/cms/
cms_asn1.c 151 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)
cms_lcl.h 86 typedef struct CMS_OtherKeyAttribute_st CMS_OtherKeyAttribute;
251 CMS_OtherKeyAttribute *other;
269 CMS_OtherKeyAttribute *other;
cms_env.c 70 DECLARE_ASN1_ITEM(CMS_OtherKeyAttribute)
553 kekri->kekid->other = M_ASN1_new_of(CMS_OtherKeyAttribute);

Completed in 44 milliseconds