Searched refs:pdate (Results 1 – 3 of 3) sorted by relevance
924 struct Datepairs const *pdate; local931 pdate = datelist;932 while( pdate ) {933 ne = pdate->ne_date;935 (!pdate->strtdate[0]936 || ne <= cmpdate(root->date, pdate->strtdate))938 (!pdate->enddate[0]939 || ne <= cmpdate(pdate->enddate, root->date))942 pdate = pdate->dnext;944 if (!pdate) {[all …]
645 ASN1_OCTET_STRING **pid, ASN1_GENERALIZEDTIME **pdate, in CMS_RecipientInfo_kekri_get0_id() argument659 if (pdate) in CMS_RecipientInfo_kekri_get0_id()660 *pdate = rkid->date; in CMS_RecipientInfo_kekri_get0_id()
220 ASN1_OCTET_STRING **pid, ASN1_GENERALIZEDTIME **pdate,