Home
last modified time | relevance | path

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

/third_party/openssl/crypto/cms/
Dcms_env.c585 CMS_KEKIdentifier *rkid; in CMS_RecipientInfo_kekri_get0_id() local
590 rkid = ri->d.kekri->kekid; in CMS_RecipientInfo_kekri_get0_id()
594 *pid = rkid->keyIdentifier; in CMS_RecipientInfo_kekri_get0_id()
596 *pdate = rkid->date; in CMS_RecipientInfo_kekri_get0_id()
598 if (rkid->other) in CMS_RecipientInfo_kekri_get0_id()
599 *potherid = rkid->other->keyAttrId; in CMS_RecipientInfo_kekri_get0_id()
604 if (rkid->other) in CMS_RecipientInfo_kekri_get0_id()
605 *pothertype = rkid->other->keyAttr; in CMS_RecipientInfo_kekri_get0_id()