Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/cms/
H A Dcms_env.c523 return ASN1_OCTET_STRING_cmp(&tmp_os, kekri->kekid->keyIdentifier); in CMS_RecipientInfo_kekri_id_cmp()
607 kekri->kekid->other = (CMS_OtherKeyAttribute *)ASN1_item_new(&CMS_OtherKeyAttribute_it); in CMS_add0_recipient_key()
608 if (kekri->kekid->other == NULL) in CMS_add0_recipient_key()
622 ASN1_STRING_set0(kekri->kekid->keyIdentifier, id, idlen); in CMS_add0_recipient_key()
624 kekri->kekid->date = date; in CMS_add0_recipient_key()
626 if (kekri->kekid->other) { in CMS_add0_recipient_key()
627 kekri->kekid->other->keyAttrId = otherTypeId; in CMS_add0_recipient_key()
628 kekri->kekid->other->keyAttr = otherType; in CMS_add0_recipient_key()
654 rkid = ri->d.kekri->kekid; in CMS_RecipientInfo_kekri_get0_id()
H A Dcms_lcl.h251 CMS_KEKIdentifier *kekid; member
H A Dcms_asn1.c824 .offset = offsetof(CMS_KEKRecipientInfo, kekid),