Lines Matching defs:msg
25 OSSL_CMP_MSG *msg = NULL; in OSSL_CMP_MSG_new() local
36 void OSSL_CMP_MSG_free(OSSL_CMP_MSG *msg) in OSSL_CMP_MSG_free()
46 int ossl_cmp_msg_set0_libctx(OSSL_CMP_MSG *msg, OSSL_LIB_CTX *libctx, in ossl_cmp_msg_set0_libctx()
63 OSSL_CMP_PKIHEADER *OSSL_CMP_MSG_get0_header(const OSSL_CMP_MSG *msg) in OSSL_CMP_MSG_get0_header()
87 int ossl_cmp_msg_set_bodytype(OSSL_CMP_MSG *msg, int type) in ossl_cmp_msg_set_bodytype()
96 int OSSL_CMP_MSG_get_bodytype(const OSSL_CMP_MSG *msg) in OSSL_CMP_MSG_get_bodytype()
163 OSSL_CMP_MSG *msg = NULL; in ossl_cmp_msg_create() local
386 OSSL_CMP_MSG *msg; in ossl_cmp_certreq_new() local
463 OSSL_CMP_MSG *msg = NULL; in ossl_cmp_certrep_new() local
533 OSSL_CMP_MSG *msg = NULL; in ossl_cmp_rr_new() local
590 OSSL_CMP_MSG *msg = NULL; in ossl_cmp_rp_new() local
633 OSSL_CMP_MSG *msg; in ossl_cmp_pkiconf_new() local
649 int ossl_cmp_msg_gen_push0_ITAV(OSSL_CMP_MSG *msg, OSSL_CMP_ITAV *itav) in ossl_cmp_msg_gen_push0_ITAV()
667 int ossl_cmp_msg_gen_push1_ITAVs(OSSL_CMP_MSG *msg, in ossl_cmp_msg_gen_push1_ITAVs()
695 OSSL_CMP_MSG *msg = NULL; in gen_new() local
735 OSSL_CMP_MSG *msg = NULL; in ossl_cmp_error_new() local
801 OSSL_CMP_MSG *msg = NULL; in ossl_cmp_certConf_new() local
864 OSSL_CMP_MSG *msg = NULL; in ossl_cmp_pollReq_new() local
894 OSSL_CMP_MSG *msg; in ossl_cmp_pollRep_new() local
1076 int OSSL_CMP_MSG_update_transactionID(OSSL_CMP_CTX *ctx, OSSL_CMP_MSG *msg) in OSSL_CMP_MSG_update_transactionID()
1091 OSSL_CMP_MSG *msg; in OSSL_CMP_MSG_read() local
1114 int OSSL_CMP_MSG_write(const char *file, const OSSL_CMP_MSG *msg) in OSSL_CMP_MSG_write()
1132 OSSL_CMP_MSG *d2i_OSSL_CMP_MSG(OSSL_CMP_MSG **msg, const unsigned char **in, in d2i_OSSL_CMP_MSG()
1148 int i2d_OSSL_CMP_MSG(const OSSL_CMP_MSG *msg, unsigned char **out) in i2d_OSSL_CMP_MSG()
1154 OSSL_CMP_MSG *d2i_OSSL_CMP_MSG_bio(BIO *bio, OSSL_CMP_MSG **msg) in d2i_OSSL_CMP_MSG_bio()
1168 int i2d_OSSL_CMP_MSG_bio(BIO *bio, const OSSL_CMP_MSG *msg) in i2d_OSSL_CMP_MSG_bio()