Home
last modified time | relevance | path

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

/openssl/crypto/cmp/
H A Dcmp_client.c297 OSSL_CMP_POLLREPCONTENT *prc = prep->body->value.pollRep; in poll_for_response()
298 OSSL_CMP_POLLREP *pollRep = NULL; in poll_for_response() local
307 pollRep = ossl_cmp_pollrepcontent_get0_pollrep(prc, rid); in poll_for_response()
308 if (pollRep == NULL) in poll_for_response()
311 if (!ASN1_INTEGER_get_int64(&check_after, pollRep->checkAfter)) { in poll_for_response()
324 if (pollRep->reason == NULL in poll_for_response()
329 char *text = ossl_sk_ASN1_UTF8STRING2text(pollRep->reason, ", ", in poll_for_response()
H A Dcmp_msg.c226 if ((msg->body->value.pollRep = sk_OSSL_CMP_POLLREP_new_null()) == NULL) in ossl_cmp_msg_create()
917 if (!sk_OSSL_CMP_POLLREP_push(msg->body->value.pollRep, prep)) in ossl_cmp_pollRep_new()
1002 OSSL_CMP_POLLREP *pollRep = NULL; in ossl_cmp_pollrepcontent_get0_pollrep() local
1009 pollRep = sk_OSSL_CMP_POLLREP_value(prc, i); in ossl_cmp_pollrepcontent_get0_pollrep()
1010 if (suitable_rid(pollRep->certReqId, rid)) in ossl_cmp_pollrepcontent_get0_pollrep()
1011 return pollRep; in ossl_cmp_pollrepcontent_get0_pollrep()
H A Dcmp_local.h705 OSSL_CMP_POLLREPCONTENT *pollRep; /* 26 */ member
H A Dcmp_asn.c1044 ASN1_EXP(OSSL_CMP_PKIBODY, value.pollRep, OSSL_CMP_POLLREPCONTENT, 26),
/openssl/test/
H A Dcmp_msg_test.c476 value.pollRep, 77))) in execute_pollrep_create()
479 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.pod741 response message (except for pollRep and PKIConf), or
/openssl/doc/man1/
H A Dopenssl-cmp.pod.in719 field of the last received response message that is not a pollRep nor PKIConf.

Completed in 35 milliseconds