Home
last modified time | relevance | path

Searched refs:ossl_cmp_pollRep_new (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssl/doc/internal/man3/
H A Dossl_cmp_certreq_new.pod12 ossl_cmp_pollRep_new,
37 OSSL_CMP_MSG *ossl_cmp_pollRep_new(OSSL_CMP_CTX *ctx, int crid, int poll_after);
137 ossl_cmp_pollRep_new() creates a Polling Response message with certReqId set to
/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_local.h878 OSSL_CMP_MSG *ossl_cmp_pollRep_new(OSSL_CMP_CTX *ctx, int crid,
894 OSSL_CMP_MSG *ossl_cmp_pollRep_new(OSSL_CMP_CTX *ctx, int crid,
H A Dcmp_server.c422 if ((msg = ossl_cmp_pollRep_new(srv_ctx->ctx, certReqId, in process_pollReq()
H A Dcmp_msg.c883 OSSL_CMP_MSG *ossl_cmp_pollRep_new(OSSL_CMP_CTX *ctx, int crid, in ossl_cmp_pollRep_new() function
/freebsd/crypto/openssl/test/
H A Dcmp_msg_test.c474 pollrep = ossl_cmp_pollRep_new(fixture->cmp_ctx, 77, 2000); in execute_pollrep_create()