Searched refs:CMS_OtherKeyAttribute (Results 1 – 6 of 6) sorted by relevance
/third_party/openssl/crypto/cms/ |
D | cms_asn1.c | 105 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) 175 ASN1_OPT(CMS_KEKIdentifier, other, CMS_OtherKeyAttribute)
|
D | cms_local.h | 201 CMS_OtherKeyAttribute *other; 217 CMS_OtherKeyAttribute *other; 429 DECLARE_ASN1_ITEM(CMS_OtherKeyAttribute)
|
D | cms_kari.c | 112 CMS_OtherKeyAttribute **other, in CMS_RecipientEncryptedKey_get0_id()
|
D | cms_env.c | 541 kekri->kekid->other = M_ASN1_new_of(CMS_OtherKeyAttribute); in CMS_add0_recipient_key()
|
/third_party/openssl/include/openssl/ |
D | cms.h | 31 typedef struct CMS_OtherKeyAttribute_st CMS_OtherKeyAttribute; typedef 317 CMS_OtherKeyAttribute **other,
|
/third_party/openssl/util/ |
D | indent.pro | 144 -T CMS_OtherKeyAttribute
|