Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/cms/
H A Dcms_env.c635 return ASN1_OCTET_STRING_cmp(&tmp_os, kekri->kekid->keyIdentifier); in CMS_RecipientInfo_kekri_id_cmp()
719 kekri->kekid->other = M_ASN1_new_of(CMS_OtherKeyAttribute); in CMS_add0_recipient_key()
720 if (kekri->kekid->other == NULL) in CMS_add0_recipient_key()
734 ASN1_STRING_set0(kekri->kekid->keyIdentifier, id, idlen); in CMS_add0_recipient_key()
736 kekri->kekid->date = date; in CMS_add0_recipient_key()
738 if (kekri->kekid->other) { in CMS_add0_recipient_key()
739 kekri->kekid->other->keyAttrId = otherTypeId; in CMS_add0_recipient_key()
740 kekri->kekid->other->keyAttr = otherType; in CMS_add0_recipient_key()
767 rkid = ri->d.kekri->kekid; in CMS_RecipientInfo_kekri_get0_id()
H A Dcms_local.h220 CMS_KEKIdentifier *kekid; member
H A Dcms_asn1.c191 ASN1_SIMPLE(CMS_KEKRecipientInfo, kekid, CMS_KEKIdentifier),