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()
62 OSSL_CMP_PKIHEADER *OSSL_CMP_MSG_get0_header(const OSSL_CMP_MSG *msg) in OSSL_CMP_MSG_get0_header()
86 int ossl_cmp_msg_set_bodytype(OSSL_CMP_MSG *msg, int type) in ossl_cmp_msg_set_bodytype()
95 int OSSL_CMP_MSG_get_bodytype(const OSSL_CMP_MSG *msg) in OSSL_CMP_MSG_get_bodytype()
103 X509_PUBKEY *OSSL_CMP_MSG_get0_certreq_publickey(const OSSL_CMP_MSG *msg) in OSSL_CMP_MSG_get0_certreq_publickey()
162 OSSL_CMP_MSG *msg = NULL; in ossl_cmp_msg_create() local
379 OSSL_CMP_MSG *msg; in ossl_cmp_certreq_new() local
450 OSSL_CMP_MSG *msg = NULL; in ossl_cmp_certrep_new() local
520 OSSL_CMP_MSG *msg = NULL; in ossl_cmp_rr_new() local
587 OSSL_CMP_MSG *msg = NULL; in ossl_cmp_rp_new() local
630 OSSL_CMP_MSG *msg; in ossl_cmp_pkiconf_new() local
646 int ossl_cmp_msg_gen_push0_ITAV(OSSL_CMP_MSG *msg, OSSL_CMP_ITAV *itav) in ossl_cmp_msg_gen_push0_ITAV()
664 int ossl_cmp_msg_gen_push1_ITAVs(OSSL_CMP_MSG *msg, in ossl_cmp_msg_gen_push1_ITAVs()
692 OSSL_CMP_MSG *msg = NULL; in gen_new() local
731 OSSL_CMP_MSG *msg = NULL; in ossl_cmp_error_new() local
797 OSSL_CMP_MSG *msg = NULL; in ossl_cmp_certConf_new() local
877 OSSL_CMP_MSG *msg = NULL; in ossl_cmp_pollReq_new() local
907 OSSL_CMP_MSG *msg; in ossl_cmp_pollRep_new() local
1091 int OSSL_CMP_MSG_update_transactionID(OSSL_CMP_CTX *ctx, OSSL_CMP_MSG *msg) in OSSL_CMP_MSG_update_transactionID()
1103 int OSSL_CMP_MSG_update_recipNonce(OSSL_CMP_CTX *ctx, OSSL_CMP_MSG *msg) in OSSL_CMP_MSG_update_recipNonce()
1120 OSSL_CMP_MSG *msg; in OSSL_CMP_MSG_read() local
1143 int OSSL_CMP_MSG_write(const char *file, const OSSL_CMP_MSG *msg) in OSSL_CMP_MSG_write()
1161 OSSL_CMP_MSG *d2i_OSSL_CMP_MSG(OSSL_CMP_MSG **msg, const unsigned char **in, in d2i_OSSL_CMP_MSG()
1177 int i2d_OSSL_CMP_MSG(const OSSL_CMP_MSG *msg, unsigned char **out) in i2d_OSSL_CMP_MSG()
1183 OSSL_CMP_MSG *d2i_OSSL_CMP_MSG_bio(BIO *bio, OSSL_CMP_MSG **msg) in d2i_OSSL_CMP_MSG_bio()
1197 int i2d_OSSL_CMP_MSG_bio(BIO *bio, const OSSL_CMP_MSG *msg) in i2d_OSSL_CMP_MSG_bio()
1202 int ossl_cmp_is_error_with_waiting(const OSSL_CMP_MSG *msg) in ossl_cmp_is_error_with_waiting()