Searched refs:ossl_cmp_msg_create (Results 1 – 6 of 6) sorted by relevance
/openssl/crypto/cmp/ |
H A D | cmp_msg.c | 160 OSSL_CMP_MSG *ossl_cmp_msg_create(OSSL_CMP_CTX *ctx, int bodytype) in ossl_cmp_msg_create() function 395 if ((msg = ossl_cmp_msg_create(ctx, type)) == NULL) in ossl_cmp_certreq_new() 458 if ((msg = ossl_cmp_msg_create(ctx, bodytype)) == NULL) in ossl_cmp_certrep_new() 561 if ((msg = ossl_cmp_msg_create(ctx, OSSL_CMP_PKIBODY_RR)) == NULL) in ossl_cmp_rr_new() 592 if ((msg = ossl_cmp_msg_create(ctx, OSSL_CMP_PKIBODY_RP)) == NULL) in ossl_cmp_rp_new() 635 if ((msg = ossl_cmp_msg_create(ctx, OSSL_CMP_PKIBODY_PKICONF)) == NULL) in ossl_cmp_pkiconf_new() 697 if ((msg = ossl_cmp_msg_create(ctx, body_type)) == NULL) in gen_new() 738 if ((msg = ossl_cmp_msg_create(ctx, OSSL_CMP_PKIBODY_ERROR)) == NULL) in ossl_cmp_error_new() 814 if ((msg = ossl_cmp_msg_create(ctx, OSSL_CMP_PKIBODY_CERTCONF)) == NULL) in ossl_cmp_certConf_new() 883 if ((msg = ossl_cmp_msg_create(ctx, OSSL_CMP_PKIBODY_POLLREQ)) == NULL) in ossl_cmp_pollReq_new() [all …]
|
H A D | cmp_local.h | 950 OSSL_CMP_MSG *ossl_cmp_msg_create(OSSL_CMP_CTX *ctx, int bodytype);
|
/openssl/doc/internal/man3/ |
H A D | ossl_cmp_msg_create.pod | 35 ossl_cmp_msg_create, 75 OSSL_CMP_MSG *ossl_cmp_msg_create(OSSL_CMP_CTX *ctx, int bodytype); 92 ossl_cmp_msg_create() creates and initializes an B<OSSL_CMP_MSG> structure,
|
H A D | ossl_cmp_certreq_new.pod | 47 All functions are based on L<ossl_cmp_msg_create(3)>. 162 L<ossl_cmp_msg_create(3)>,
|
H A D | ossl_cmp_hdr_init.pod | 136 L<ossl_cmp_msg_create(3)>
|
/openssl/test/ |
H A D | cmp_msg_test.c | 126 EXECUTE_MSG_CREATION_TEST(ossl_cmp_msg_create in execute_pkimessage_create_test()
|
Completed in 16 milliseconds