Searched refs:rrep (Results 1 – 4 of 4) sorted by relevance
766 OSSL_CMP_REVREPCONTENT *rrep = NULL; in OSSL_CMP_exec_RR_ses() local789 rrep = rp->body->value.rp; in OSSL_CMP_exec_RR_ses()791 if (sk_OSSL_CMP_PKISI_num(rrep->status) != num_RevDetails) { in OSSL_CMP_exec_RR_ses()796 if (sk_OSSL_CMP_PKISI_num(rrep->status) < 1) { in OSSL_CMP_exec_RR_ses()803 si = ossl_cmp_revrepcontent_get_pkisi(rrep, rsid); in OSSL_CMP_exec_RR_ses()838 if (sk_OSSL_CRMF_CERTID_num(rrep->revCerts) >= 1) { in OSSL_CMP_exec_RR_ses()845 if (sk_OSSL_CRMF_CERTID_num(rrep->revCerts) != num_RevDetails) { in OSSL_CMP_exec_RR_ses()850 if ((cid = ossl_cmp_revrepcontent_get_CertId(rrep, rsid)) == NULL) { in OSSL_CMP_exec_RR_ses()873 if (rrep->crls != NULL && sk_X509_CRL_num(rrep->crls) != num_RevDetails) { in OSSL_CMP_exec_RR_ses()
921 ossl_cmp_revrepcontent_get_pkisi(OSSL_CMP_REVREPCONTENT *rrep, int rsid) in ossl_cmp_revrepcontent_get_pkisi() argument925 if (!ossl_assert(rrep != NULL)) in ossl_cmp_revrepcontent_get_pkisi()928 if ((status = sk_OSSL_CMP_PKISI_value(rrep->status, rsid)) != NULL) in ossl_cmp_revrepcontent_get_pkisi()943 ossl_cmp_revrepcontent_get_CertId(OSSL_CMP_REVREPCONTENT *rrep, int rsid) in ossl_cmp_revrepcontent_get_CertId() argument947 if (!ossl_assert(rrep != NULL)) in ossl_cmp_revrepcontent_get_CertId()950 if ((cid = sk_OSSL_CRMF_CERTID_value(rrep->revCerts, rsid)) != NULL) in ossl_cmp_revrepcontent_get_CertId()
897 ossl_cmp_revrepcontent_get_pkisi(OSSL_CMP_REVREPCONTENT *rrep, int rsid);
337 const struct pkt_rrep *rrep, u_int len) in wb_rrep() argument339 const struct pkt_dop *dop = &rrep->pr_dop; in wb_rrep()342 if (len < sizeof(*rrep)) in wb_rrep()344 len -= sizeof(*rrep); in wb_rrep()347 GET_IPADDR_STRING(rrep->pr_id), in wb_rrep()