Lines Matching defs:pollRep
240 * poll, which should yield a pollRep or finally a CertRepMessage in ip/cp/kup.
241 * On receiving a pollRep, which includes a checkAfter value, it return this
248 * Returns -1 on receiving pollRep if sleep == 0, setting the checkAfter value.
269 /* handle potential pollRep */
271 OSSL_CMP_POLLREPCONTENT *prc = prep->body->value.pollRep;
272 OSSL_CMP_POLLREP *pollRep = NULL;
281 pollRep = ossl_cmp_pollrepcontent_get0_pollrep(prc, rid);
282 if (pollRep == NULL)
285 if (!ASN1_INTEGER_get_int64(&check_after, pollRep->checkAfter)) {
298 if (pollRep->reason == NULL
303 char *text = ossl_sk_ASN1_UTF8STRING2text(pollRep->reason, ", ",
555 * Returns -1 on receiving pollRep if sleep == 0, setting the checkAfter value.