Home
last modified time | relevance | path

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

/openssl/crypto/cms/
H A Dcms_env.c666 return ASN1_OCTET_STRING_cmp(&tmp_os, kekri->kekid->keyIdentifier); in CMS_RecipientInfo_kekri_id_cmp()
754 kekri->kekid->other = M_ASN1_new_of(CMS_OtherKeyAttribute); in CMS_add0_recipient_key()
755 if (kekri->kekid->other == NULL) { in CMS_add0_recipient_key()
773 ASN1_STRING_set0(kekri->kekid->keyIdentifier, id, idlen); in CMS_add0_recipient_key()
775 kekri->kekid->date = date; in CMS_add0_recipient_key()
777 if (kekri->kekid->other) { in CMS_add0_recipient_key()
778 kekri->kekid->other->keyAttrId = otherTypeId; in CMS_add0_recipient_key()
779 kekri->kekid->other->keyAttr = otherType; in CMS_add0_recipient_key()
804 rkid = ri->d.kekri->kekid; in CMS_RecipientInfo_kekri_get0_id()
H A Dcms_local.h218 CMS_KEKIdentifier *kekid; member
H A Dcms_asn1.c192 ASN1_SIMPLE(CMS_KEKRecipientInfo, kekid, CMS_KEKIdentifier),

Completed in 15 milliseconds