Searched refs:pollRep (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl/dist/crypto/cmp/
H A Dcmp_client.c237 * poll, which should yield a pollRep or finally a CertRepMessage in ip/cp/kup.
238 * On receiving a pollRep, which includes a checkAfter value, it return this
245 * Returns -1 on receiving pollRep if sleep == 0, setting the checkAfter value.
266 /* handle potential pollRep */
268 OSSL_CMP_POLLREPCONTENT *prc = prep->body->value.pollRep;
269 OSSL_CMP_POLLREP *pollRep = NULL; local
278 pollRep = ossl_cmp_pollrepcontent_get0_pollrep(prc, rid);
279 if (pollRep == NULL)
282 if (!ASN1_INTEGER_get_int64(&check_after, pollRep->checkAfter)) {
295 if (pollRep
[all...]
H A Dcmp_msg.c227 if ((msg->body->value.pollRep = sk_OSSL_CMP_POLLREP_new_null()) == NULL)
896 if (!sk_OSSL_CMP_POLLREP_push(msg->body->value.pollRep, prep))
982 OSSL_CMP_POLLREP *pollRep = NULL; local
989 pollRep = sk_OSSL_CMP_POLLREP_value(prc, i);
990 if (suitable_rid(pollRep->certReqId, rid))
991 return pollRep;
H A Dcmp_asn.c416 ASN1_EXP(OSSL_CMP_PKIBODY, value.pollRep, OSSL_CMP_POLLREPCONTENT, 26),
H A Dcmp_local.h538 * pollRep [26] PollRepContent --Polling response
647 * pollRep [26] PollRepContent --Polling response
649 OSSL_CMP_POLLREPCONTENT *pollRep; /* 26 */ member in union:ossl_cmp_pkibody_st::__anon113
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dcmp_msg_test.c478 value.pollRep, 77)))
481 value.pollRep, 88)))

Completed in 170 milliseconds