Searched refs:ossl_cmp_msg_create (Results 1 – 6 of 6) sorted by relevance
/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/crypto/cmp/ |
H A D | cmp_msg.c | 163 OSSL_CMP_MSG *ossl_cmp_msg_create(OSSL_CMP_CTX *ctx, int bodytype) in ossl_cmp_msg_create() function 406 if ((msg = ossl_cmp_msg_create(ctx, type)) == NULL) in ossl_cmp_certreq_new() 507 if ((msg = ossl_cmp_msg_create(ctx, bodytype)) == NULL) in ossl_cmp_certrep_new() 620 if ((msg = ossl_cmp_msg_create(ctx, OSSL_CMP_PKIBODY_RR)) == NULL) in ossl_cmp_rr_new() 651 if ((msg = ossl_cmp_msg_create(ctx, OSSL_CMP_PKIBODY_RP)) == NULL) in ossl_cmp_rp_new() 693 if ((msg = ossl_cmp_msg_create(ctx, OSSL_CMP_PKIBODY_PKICONF)) == NULL) in ossl_cmp_pkiconf_new() 755 if ((msg = ossl_cmp_msg_create(ctx, body_type)) == NULL) in gen_new() 796 if ((msg = ossl_cmp_msg_create(ctx, OSSL_CMP_PKIBODY_ERROR)) == NULL) in ossl_cmp_error_new() 872 if ((msg = ossl_cmp_msg_create(ctx, OSSL_CMP_PKIBODY_CERTCONF)) == NULL) in ossl_cmp_certConf_new() 941 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/test/ |
H A D | cmp_msg_test.c | 126 EXECUTE_MSG_CREATION_TEST(ossl_cmp_msg_create in execute_pkimessage_create_test()
|
Completed in 17 milliseconds