Home
last modified time | relevance | path

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

/freebsd-head/crypto/openssl/crypto/cms/
HDcms_env.c762 CMS_KEKIdentifier *rkid; in CMS_RecipientInfo_kekri_get0_id() local
767 rkid = ri->d.kekri->kekid; in CMS_RecipientInfo_kekri_get0_id()
771 *pid = rkid->keyIdentifier; in CMS_RecipientInfo_kekri_get0_id()
773 *pdate = rkid->date; in CMS_RecipientInfo_kekri_get0_id()
775 if (rkid->other) in CMS_RecipientInfo_kekri_get0_id()
776 *potherid = rkid->other->keyAttrId; in CMS_RecipientInfo_kekri_get0_id()
781 if (rkid->other) in CMS_RecipientInfo_kekri_get0_id()
782 *pothertype = rkid->other->keyAttr; in CMS_RecipientInfo_kekri_get0_id()