• Home
  • Raw
  • Download

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
380 OSSL_CMP_MSG *msg; in ossl_cmp_certreq_new() local
451 OSSL_CMP_MSG *msg = NULL; in ossl_cmp_certrep_new() local
521 OSSL_CMP_MSG *msg = NULL; in ossl_cmp_rr_new() local
578 OSSL_CMP_MSG *msg = NULL; in ossl_cmp_rp_new() local
620 OSSL_CMP_MSG *msg; in ossl_cmp_pkiconf_new() local
636 int ossl_cmp_msg_gen_push0_ITAV(OSSL_CMP_MSG *msg, OSSL_CMP_ITAV *itav) in ossl_cmp_msg_gen_push0_ITAV()
654 int ossl_cmp_msg_gen_push1_ITAVs(OSSL_CMP_MSG *msg, in ossl_cmp_msg_gen_push1_ITAVs()
682 OSSL_CMP_MSG *msg = NULL; in gen_new() local
721 OSSL_CMP_MSG *msg = NULL; in ossl_cmp_error_new() local
787 OSSL_CMP_MSG *msg = NULL; in ossl_cmp_certConf_new() local
855 OSSL_CMP_MSG *msg = NULL; in ossl_cmp_pollReq_new() local
885 OSSL_CMP_MSG *msg; in ossl_cmp_pollRep_new() local
1070 int OSSL_CMP_MSG_update_transactionID(OSSL_CMP_CTX *ctx, OSSL_CMP_MSG *msg) in OSSL_CMP_MSG_update_transactionID()
1082 int OSSL_CMP_MSG_update_recipNonce(OSSL_CMP_CTX *ctx, OSSL_CMP_MSG *msg) in OSSL_CMP_MSG_update_recipNonce()
1099 OSSL_CMP_MSG *msg; in OSSL_CMP_MSG_read() local
1122 int OSSL_CMP_MSG_write(const char *file, const OSSL_CMP_MSG *msg) in OSSL_CMP_MSG_write()
1140 OSSL_CMP_MSG *d2i_OSSL_CMP_MSG(OSSL_CMP_MSG **msg, const unsigned char **in, in d2i_OSSL_CMP_MSG()
1156 int i2d_OSSL_CMP_MSG(const OSSL_CMP_MSG *msg, unsigned char **out) in i2d_OSSL_CMP_MSG()
1162 OSSL_CMP_MSG *d2i_OSSL_CMP_MSG_bio(BIO *bio, OSSL_CMP_MSG **msg) in d2i_OSSL_CMP_MSG_bio()
1176 int i2d_OSSL_CMP_MSG_bio(BIO *bio, const OSSL_CMP_MSG *msg) in i2d_OSSL_CMP_MSG_bio()