Home
last modified time | relevance | path

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

/external/openssl/crypto/cms/
Dcms_env.c600 CMS_KEKIdentifier *rkid; in CMS_RecipientInfo_kekri_get0_id() local
606 rkid = ri->d.kekri->kekid; in CMS_RecipientInfo_kekri_get0_id()
610 *pid = rkid->keyIdentifier; in CMS_RecipientInfo_kekri_get0_id()
612 *pdate = rkid->date; in CMS_RecipientInfo_kekri_get0_id()
615 if (rkid->other) in CMS_RecipientInfo_kekri_get0_id()
616 *potherid = rkid->other->keyAttrId; in CMS_RecipientInfo_kekri_get0_id()
622 if (rkid->other) in CMS_RecipientInfo_kekri_get0_id()
623 *pothertype = rkid->other->keyAttr; in CMS_RecipientInfo_kekri_get0_id()