Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/cms/
H A Dcms_asn1.c116 ASN1_SEQUENCE(CMS_OtherKeyAttribute) = {
117 ASN1_SIMPLE(CMS_OtherKeyAttribute, keyAttrId, ASN1_OBJECT),
118 ASN1_OPT(CMS_OtherKeyAttribute, keyAttr, ASN1_ANY)
119 } ASN1_SEQUENCE_END(CMS_OtherKeyAttribute)
124 ASN1_OPT(CMS_RecipientKeyIdentifier, other, CMS_OtherKeyAttribute)
186 ASN1_OPT(CMS_KEKIdentifier, other, CMS_OtherKeyAttribute)
H A Dcms_local.h215 CMS_OtherKeyAttribute *other;
232 CMS_OtherKeyAttribute *other;
495 DECLARE_ASN1_ITEM(CMS_OtherKeyAttribute)
H A Dcms_kari.c116 CMS_OtherKeyAttribute **other, in CMS_RecipientEncryptedKey_get0_id()
H A Dcms_env.c719 kekri->kekid->other = M_ASN1_new_of(CMS_OtherKeyAttribute); in CMS_add0_recipient_key()
/freebsd/crypto/openssl/include/openssl/
H A Dcms.h.in43 typedef struct CMS_OtherKeyAttribute_st CMS_OtherKeyAttribute; typedef
372 CMS_OtherKeyAttribute **other,
H A Dcms.h42 typedef struct CMS_OtherKeyAttribute_st CMS_OtherKeyAttribute; typedef
470 CMS_OtherKeyAttribute **other,
/freebsd/crypto/openssl/util/
H A Dindent.pro143 -T CMS_OtherKeyAttribute