Home
last modified time | relevance | path

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

/third_party/openssl/crypto/cms/
Dcms_env.c752 CMS_KEKIdentifier *rkid; in CMS_RecipientInfo_kekri_get0_id() local
757 rkid = ri->d.kekri->kekid; in CMS_RecipientInfo_kekri_get0_id()
761 *pid = rkid->keyIdentifier; in CMS_RecipientInfo_kekri_get0_id()
763 *pdate = rkid->date; in CMS_RecipientInfo_kekri_get0_id()
765 if (rkid->other) in CMS_RecipientInfo_kekri_get0_id()
766 *potherid = rkid->other->keyAttrId; in CMS_RecipientInfo_kekri_get0_id()
771 if (rkid->other) in CMS_RecipientInfo_kekri_get0_id()
772 *pothertype = rkid->other->keyAttr; in CMS_RecipientInfo_kekri_get0_id()