Home
last modified time | relevance | path

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

/src/crypto/openssl/crypto/cms/
H A Dcms_asn1.c105 ASN1_SEQUENCE(CMS_OtherKeyAttribute) = {
106 ASN1_SIMPLE(CMS_OtherKeyAttribute, keyAttrId, ASN1_OBJECT),
107 ASN1_OPT(CMS_OtherKeyAttribute, keyAttr, ASN1_ANY)
108 } ASN1_SEQUENCE_END(CMS_OtherKeyAttribute)
113 ASN1_OPT(CMS_RecipientKeyIdentifier, other, CMS_OtherKeyAttribute)
173 ASN1_OPT(CMS_KEKIdentifier, other, CMS_OtherKeyAttribute)
H A Dcms_local.h215 CMS_OtherKeyAttribute *other;
232 CMS_OtherKeyAttribute *other;
501 DECLARE_ASN1_ITEM(CMS_OtherKeyAttribute)
H A Dcms_kari.c116 CMS_OtherKeyAttribute **other, in CMS_RecipientEncryptedKey_get0_id()
H A Dcms_env.c753 kekri->kekid->other = M_ASN1_new_of(CMS_OtherKeyAttribute); in CMS_add0_recipient_key()
/src/crypto/openssl/include/openssl/
H A Dcms.h.in47 typedef struct CMS_OtherKeyAttribute_st CMS_OtherKeyAttribute; typedef
394 CMS_OtherKeyAttribute **other,
H A Dcms.h46 typedef struct CMS_OtherKeyAttribute_st CMS_OtherKeyAttribute; typedef
492 CMS_OtherKeyAttribute **other,
/src/crypto/openssl/util/
H A Dindent.pro143 -T CMS_OtherKeyAttribute