Home
last modified time | relevance | path

Searched refs:pollReq (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/openssl/apps/lib/
H A Dcmp_mock_srv.c395 const OSSL_CMP_MSG *pollReq, in process_pollReq() argument
401 if (ctx == NULL || pollReq == NULL in process_pollReq()
407 || ctx->sendError == OSSL_CMP_MSG_get_bodytype(pollReq)) { in process_pollReq()
/freebsd/crypto/openssl/fuzz/
H A Dcmp.c151 const OSSL_CMP_MSG *pollReq, int certReqId, in process_pollReq() argument
/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_msg.c223 if ((msg->body->value.pollReq = sk_OSSL_CMP_POLLREQ_new_null()) == NULL) in ossl_cmp_msg_create()
867 || !sk_OSSL_CMP_POLLREQ_push(msg->body->value.pollReq, preq)) in ossl_cmp_pollReq_new()
H A Dcmp_asn.c415 ASN1_EXP(OSSL_CMP_PKIBODY, value.pollReq, OSSL_CMP_POLLREQCONTENT, 25),
H A Dcmp_local.h645 OSSL_CMP_POLLREQCONTENT *pollReq; /* 25 */ member
H A Dcmp_server.c402 prc = req->body->value.pollReq; in process_pollReq()