Searched refs:ossl_cmp_pollReq_new (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dcmp_msg_test.c121 EXECUTE_MSG_CREATION_TEST(ossl_cmp_pollReq_new(fixture->cmp_ctx, 4711));
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/cmp/
H A Dcmp_local.h893 OSSL_CMP_MSG *ossl_cmp_pollReq_new(OSSL_CMP_CTX *ctx, int crid);
H A Dcmp_msg.c854 OSSL_CMP_MSG *ossl_cmp_pollReq_new(OSSL_CMP_CTX *ctx, int crid) function
H A Dcmp_client.c260 if ((preq = ossl_cmp_pollReq_new(ctx, rid)) == NULL)

Completed in 93 milliseconds