Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/cms/
H A Dcms_env.c798 CMS_KEKIdentifier *rkid; in CMS_RecipientInfo_kekri_get0_id() local
803 rkid = ri->d.kekri->kekid; in CMS_RecipientInfo_kekri_get0_id()
807 *pid = rkid->keyIdentifier; in CMS_RecipientInfo_kekri_get0_id()
809 *pdate = rkid->date; in CMS_RecipientInfo_kekri_get0_id()
811 if (rkid->other) in CMS_RecipientInfo_kekri_get0_id()
812 *potherid = rkid->other->keyAttrId; in CMS_RecipientInfo_kekri_get0_id()
817 if (rkid->other) in CMS_RecipientInfo_kekri_get0_id()
818 *pothertype = rkid->other->keyAttr; in CMS_RecipientInfo_kekri_get0_id()