Home
last modified time | relevance | path

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

/openssl/doc/internal/man3/
H A Dossl_cmp_certreq_new.pod11 ossl_cmp_pollReq_new,
36 OSSL_CMP_MSG *ossl_cmp_pollReq_new(OSSL_CMP_CTX *ctx, int crid);
134 ossl_cmp_pollReq_new() creates a Polling Request message with certReqId set to
/openssl/test/
H A Dcmp_msg_test.c121 EXECUTE_MSG_CREATION_TEST(ossl_cmp_pollReq_new(fixture->cmp_ctx, 4711)); in execute_pollreq_create_test()
/openssl/crypto/cmp/
H A Dcmp_local.h978 OSSL_CMP_MSG *ossl_cmp_pollReq_new(OSSL_CMP_CTX *ctx, int crid);
H A Dcmp_client.c292 if ((preq = ossl_cmp_pollReq_new(ctx, rid)) == NULL) in poll_for_response()
H A Dcmp_msg.c875 OSSL_CMP_MSG *ossl_cmp_pollReq_new(OSSL_CMP_CTX *ctx, int crid) in ossl_cmp_pollReq_new() function

Completed in 20 milliseconds