Searched refs:CMS_OtherKeyAttribute (Results 1 – 7 of 7) sorted by relevance
/freebsd/crypto/openssl/crypto/cms/ |
H A D | cms_asn1.c | 116 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 D | cms_local.h | 215 CMS_OtherKeyAttribute *other; 232 CMS_OtherKeyAttribute *other; 495 DECLARE_ASN1_ITEM(CMS_OtherKeyAttribute)
|
H A D | cms_kari.c | 116 CMS_OtherKeyAttribute **other, in CMS_RecipientEncryptedKey_get0_id()
|
H A D | cms_env.c | 719 kekri->kekid->other = M_ASN1_new_of(CMS_OtherKeyAttribute); in CMS_add0_recipient_key()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | cms.h.in | 43 typedef struct CMS_OtherKeyAttribute_st CMS_OtherKeyAttribute; typedef 372 CMS_OtherKeyAttribute **other,
|
H A D | cms.h | 42 typedef struct CMS_OtherKeyAttribute_st CMS_OtherKeyAttribute; typedef 470 CMS_OtherKeyAttribute **other,
|
/freebsd/crypto/openssl/util/ |
H A D | indent.pro | 143 -T CMS_OtherKeyAttribute
|