Home
last modified time | relevance | path

Searched refs:pollRep (Results 1 – 8 of 8) sorted by relevance

/openssl-master/crypto/cmp/
A Dcmp_client.c272 OSSL_CMP_POLLREPCONTENT *prc = prep->body->value.pollRep; in poll_for_response()
273 OSSL_CMP_POLLREP *pollRep = NULL; in poll_for_response() local
282 pollRep = ossl_cmp_pollrepcontent_get0_pollrep(prc, rid); in poll_for_response()
283 if (pollRep == NULL) in poll_for_response()
286 if (!ASN1_INTEGER_get_int64(&check_after, pollRep->checkAfter)) { in poll_for_response()
299 if (pollRep->reason == NULL in poll_for_response()
304 char *text = ossl_sk_ASN1_UTF8STRING2text(pollRep->reason, ", ", in poll_for_response()
A Dcmp_msg.c227 if ((msg->body->value.pollRep = sk_OSSL_CMP_POLLREP_new_null()) == NULL) in ossl_cmp_msg_create()
902 if (!sk_OSSL_CMP_POLLREP_push(msg->body->value.pollRep, prep)) in ossl_cmp_pollRep_new()
988 OSSL_CMP_POLLREP *pollRep = NULL; in ossl_cmp_pollrepcontent_get0_pollrep() local
995 pollRep = sk_OSSL_CMP_POLLREP_value(prc, i); in ossl_cmp_pollrepcontent_get0_pollrep()
996 if (suitable_rid(pollRep->certReqId, rid)) in ossl_cmp_pollrepcontent_get0_pollrep()
997 return pollRep; in ossl_cmp_pollrepcontent_get0_pollrep()
A Dcmp_asn.c416 ASN1_EXP(OSSL_CMP_PKIBODY, value.pollRep, OSSL_CMP_POLLREPCONTENT, 26),
A Dcmp_local.h649 OSSL_CMP_POLLREPCONTENT *pollRep; /* 26 */ member
/openssl-master/test/
A Dcmp_msg_test.c479 value.pollRep, 77))) in execute_pollrep_create()
482 value.pollRep, 88))) in execute_pollrep_create()
/openssl-master/doc/internal/man3/
A Dossl_cmp_msg_check_update.pod71 same context and could apply to any Polling Response (pollRep), error, or PKI
/openssl-master/doc/man3/
A DOSSL_CMP_CTX_new.pod641 response message (except for pollRep and PKIConf), or
/openssl-master/doc/man1/
A Dopenssl-cmp.pod.in622 of the last received response message (except for pollRep and PKIConf).

Completed in 17 milliseconds