Searched refs:ossl_cmp_msg_create (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/crypto/openssl/crypto/cmp/ |
| H A D | cmp_msg.c | 161 OSSL_CMP_MSG *ossl_cmp_msg_create(OSSL_CMP_CTX *ctx, int bodytype) in ossl_cmp_msg_create() function 396 if ((msg = ossl_cmp_msg_create(ctx, type)) == NULL) in ossl_cmp_certreq_new() 459 if ((msg = ossl_cmp_msg_create(ctx, bodytype)) == NULL) in ossl_cmp_certrep_new() 552 if ((msg = ossl_cmp_msg_create(ctx, OSSL_CMP_PKIBODY_RR)) == NULL) in ossl_cmp_rr_new() 583 if ((msg = ossl_cmp_msg_create(ctx, OSSL_CMP_PKIBODY_RP)) == NULL) in ossl_cmp_rp_new() 626 if ((msg = ossl_cmp_msg_create(ctx, OSSL_CMP_PKIBODY_PKICONF)) == NULL) in ossl_cmp_pkiconf_new() 688 if ((msg = ossl_cmp_msg_create(ctx, body_type)) == NULL) in gen_new() 729 if ((msg = ossl_cmp_msg_create(ctx, OSSL_CMP_PKIBODY_ERROR)) == NULL) in ossl_cmp_error_new() 803 if ((msg = ossl_cmp_msg_create(ctx, OSSL_CMP_PKIBODY_CERTCONF)) == NULL) in ossl_cmp_certConf_new() 862 if ((msg = ossl_cmp_msg_create(ctx, OSSL_CMP_PKIBODY_POLLREQ)) == NULL) in ossl_cmp_pollReq_new() [all …]
|
| H A D | cmp_local.h | 865 OSSL_CMP_MSG *ossl_cmp_msg_create(OSSL_CMP_CTX *ctx, int bodytype);
|
| /freebsd-14.2/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-14.2/crypto/openssl/test/ |
| H A D | cmp_msg_test.c | 126 EXECUTE_MSG_CREATION_TEST(ossl_cmp_msg_create in execute_pkimessage_create_test()
|