Searched refs:rrep (Results 1 – 4 of 4) sorted by relevance
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()
901 OSSL_CMP_REVREPCONTENT *rrep = NULL; in OSSL_CMP_exec_RR_ses() local925 rrep = rp->body->value.rp; in OSSL_CMP_exec_RR_ses()927 if (sk_OSSL_CMP_PKISI_num(rrep->status) != num_RevDetails) { in OSSL_CMP_exec_RR_ses()932 if (sk_OSSL_CMP_PKISI_num(rrep->status) < 1) { in OSSL_CMP_exec_RR_ses()939 si = ossl_cmp_revrepcontent_get_pkisi(rrep, rsid); in OSSL_CMP_exec_RR_ses()974 if (sk_OSSL_CRMF_CERTID_num(rrep->revCerts) >= 1) { in OSSL_CMP_exec_RR_ses()980 if (sk_OSSL_CRMF_CERTID_num(rrep->revCerts) != num_RevDetails) { in OSSL_CMP_exec_RR_ses()985 if ((cid = ossl_cmp_revrepcontent_get_CertId(rrep, rsid)) == NULL) { in OSSL_CMP_exec_RR_ses()1009 if (rrep->crls != NULL && sk_X509_CRL_num(rrep->crls) != num_RevDetails) { in OSSL_CMP_exec_RR_ses()
1016 ossl_cmp_revrepcontent_get_pkisi(OSSL_CMP_REVREPCONTENT *rrep, int rsid) in ossl_cmp_revrepcontent_get_pkisi() argument1020 if (!ossl_assert(rrep != NULL)) in ossl_cmp_revrepcontent_get_pkisi()1023 if ((status = sk_OSSL_CMP_PKISI_value(rrep->status, rsid)) != NULL) in ossl_cmp_revrepcontent_get_pkisi()1038 ossl_cmp_revrepcontent_get_CertId(OSSL_CMP_REVREPCONTENT *rrep, int rsid) in ossl_cmp_revrepcontent_get_CertId() argument1042 if (!ossl_assert(rrep != NULL)) in ossl_cmp_revrepcontent_get_CertId()1045 if ((cid = sk_OSSL_CRMF_CERTID_value(rrep->revCerts, rsid)) != NULL) in ossl_cmp_revrepcontent_get_CertId()
983 ossl_cmp_revrepcontent_get_pkisi(OSSL_CMP_REVREPCONTENT *rrep, int rsid);