Home
last modified time | relevance | path

Searched refs:ossl_cmp_msg_create (Results 1 – 6 of 6) sorted by relevance

/openssl/crypto/cmp/
H A Dcmp_msg.c160 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 Dcmp_local.h950 OSSL_CMP_MSG *ossl_cmp_msg_create(OSSL_CMP_CTX *ctx, int bodytype);
/openssl/doc/internal/man3/
H A Dossl_cmp_msg_create.pod35 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 Dossl_cmp_certreq_new.pod47 All functions are based on L<ossl_cmp_msg_create(3)>.
162 L<ossl_cmp_msg_create(3)>,
H A Dossl_cmp_hdr_init.pod136 L<ossl_cmp_msg_create(3)>
/openssl/test/
H A Dcmp_msg_test.c126 EXECUTE_MSG_CREATION_TEST(ossl_cmp_msg_create in execute_pkimessage_create_test()

Completed in 16 milliseconds