Searched refs:ossl_cmp_pollReq_new (Results 1 – 5 of 5) sorted by relevance
11 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
121 EXECUTE_MSG_CREATION_TEST(ossl_cmp_pollReq_new(fixture->cmp_ctx, 4711)); in execute_pollreq_create_test()
978 OSSL_CMP_MSG *ossl_cmp_pollReq_new(OSSL_CMP_CTX *ctx, int crid);
292 if ((preq = ossl_cmp_pollReq_new(ctx, rid)) == NULL) in poll_for_response()
875 OSSL_CMP_MSG *ossl_cmp_pollReq_new(OSSL_CMP_CTX *ctx, int crid) in ossl_cmp_pollReq_new() function
Completed in 20 milliseconds