Searched refs:ossl_cmp_msg_create (Results 1 – 6 of 6) sorted by relevance
| /freebsd/crypto/openssl/crypto/cmp/ |
| H A D | cmp_msg.c | 185 OSSL_CMP_MSG *ossl_cmp_msg_create(OSSL_CMP_CTX *ctx, int bodytype) in ossl_cmp_msg_create() function 425 if ((msg = ossl_cmp_msg_create(ctx, type)) == NULL) in ossl_cmp_certreq_new() 526 if ((msg = ossl_cmp_msg_create(ctx, bodytype)) == NULL) in ossl_cmp_certrep_new() 638 if ((msg = ossl_cmp_msg_create(ctx, OSSL_CMP_PKIBODY_RR)) == NULL) in ossl_cmp_rr_new() 669 if ((msg = ossl_cmp_msg_create(ctx, OSSL_CMP_PKIBODY_RP)) == NULL) in ossl_cmp_rp_new() 711 if ((msg = ossl_cmp_msg_create(ctx, OSSL_CMP_PKIBODY_PKICONF)) == NULL) in ossl_cmp_pkiconf_new() 773 if ((msg = ossl_cmp_msg_create(ctx, body_type)) == NULL) in gen_new() 814 if ((msg = ossl_cmp_msg_create(ctx, OSSL_CMP_PKIBODY_ERROR)) == NULL) in ossl_cmp_error_new() 890 if ((msg = ossl_cmp_msg_create(ctx, OSSL_CMP_PKIBODY_CERTCONF)) == NULL) in ossl_cmp_certConf_new() 957 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);
|
| /freebsd/crypto/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)>
|
| /freebsd/crypto/openssl/test/ |
| H A D | cmp_msg_test.c | 123 EXECUTE_MSG_CREATION_TEST(ossl_cmp_msg_create(fixture->cmp_ctx, fixture->bodytype)); in execute_pkimessage_create_test()
|