Home
last modified time | relevance | path

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

/openssl/crypto/cmp/
H 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()
H A Dcmp_msg.c227 if ((msg->body->value.pollRep = sk_OSSL_CMP_POLLREP_new_null()) == NULL) in ossl_cmp_msg_create()
915 if (!sk_OSSL_CMP_POLLREP_push(msg->body->value.pollRep, prep)) in ossl_cmp_pollRep_new()
1001 OSSL_CMP_POLLREP *pollRep = NULL; in ossl_cmp_pollrepcontent_get0_pollrep() local
1008 pollRep = sk_OSSL_CMP_POLLREP_value(prc, i); in ossl_cmp_pollrepcontent_get0_pollrep()
1009 if (suitable_rid(pollRep->certReqId, rid)) in ossl_cmp_pollrepcontent_get0_pollrep()
1010 return pollRep; in ossl_cmp_pollrepcontent_get0_pollrep()
H A Dcmp_asn.c417 ASN1_EXP(OSSL_CMP_PKIBODY, value.pollRep, OSSL_CMP_POLLREPCONTENT, 26),
H A Dcmp_local.h651 OSSL_CMP_POLLREPCONTENT *pollRep; /* 26 */ member
/openssl/test/
H A Dcmp_msg_test.c479 value.pollRep, 77))) in execute_pollrep_create()
482 value.pollRep, 88))) in execute_pollrep_create()
/openssl/doc/internal/man3/
H A Dossl_cmp_msg_check_update.pod71 same context and could apply to any Polling Response (pollRep), error, or PKI
/openssl/doc/man3/
H A DOSSL_CMP_CTX_new.pod661 response message (except for pollRep and PKIConf), or
/openssl/doc/man1/
H A Dopenssl-cmp.pod.in636 of the last received response message (except for pollRep and PKIConf).

Completed in 37 milliseconds