Home
last modified time | relevance | path

Searched refs:kekid (Results 1 – 3 of 3) sorted by relevance

/openssl-master/crypto/cms/
A Dcms_env.c625 return ASN1_OCTET_STRING_cmp(&tmp_os, kekri->kekid->keyIdentifier); in CMS_RecipientInfo_kekri_id_cmp()
709 kekri->kekid->other = M_ASN1_new_of(CMS_OtherKeyAttribute); in CMS_add0_recipient_key()
710 if (kekri->kekid->other == NULL) in CMS_add0_recipient_key()
724 ASN1_STRING_set0(kekri->kekid->keyIdentifier, id, idlen); in CMS_add0_recipient_key()
726 kekri->kekid->date = date; in CMS_add0_recipient_key()
728 if (kekri->kekid->other) { in CMS_add0_recipient_key()
729 kekri->kekid->other->keyAttrId = otherTypeId; in CMS_add0_recipient_key()
730 kekri->kekid->other->keyAttr = otherType; in CMS_add0_recipient_key()
757 rkid = ri->d.kekri->kekid; in CMS_RecipientInfo_kekri_get0_id()
A Dcms_local.h220 CMS_KEKIdentifier *kekid; member
A Dcms_asn1.c180 ASN1_SIMPLE(CMS_KEKRecipientInfo, kekid, CMS_KEKIdentifier),

Completed in 8 milliseconds