• 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
621 OSSL_CMP_MSG *msg; in ossl_cmp_pkiconf_new() local
637 int ossl_cmp_msg_gen_push0_ITAV(OSSL_CMP_MSG *msg, OSSL_CMP_ITAV *itav) in ossl_cmp_msg_gen_push0_ITAV()
655 int ossl_cmp_msg_gen_push1_ITAVs(OSSL_CMP_MSG *msg, in ossl_cmp_msg_gen_push1_ITAVs()
683 OSSL_CMP_MSG *msg = NULL; in gen_new() local
722 OSSL_CMP_MSG *msg = NULL; in ossl_cmp_error_new() local
788 OSSL_CMP_MSG *msg = NULL; in ossl_cmp_certConf_new() local
856 OSSL_CMP_MSG *msg = NULL; in ossl_cmp_pollReq_new() local
886 OSSL_CMP_MSG *msg; in ossl_cmp_pollRep_new() local
1071 int OSSL_CMP_MSG_update_transactionID(OSSL_CMP_CTX *ctx, OSSL_CMP_MSG *msg) in OSSL_CMP_MSG_update_transactionID()
1083 int OSSL_CMP_MSG_update_recipNonce(OSSL_CMP_CTX *ctx, OSSL_CMP_MSG *msg) in OSSL_CMP_MSG_update_recipNonce()
1100 OSSL_CMP_MSG *msg; in OSSL_CMP_MSG_read() local
1123 int OSSL_CMP_MSG_write(const char *file, const OSSL_CMP_MSG *msg) in OSSL_CMP_MSG_write()
1141 OSSL_CMP_MSG *d2i_OSSL_CMP_MSG(OSSL_CMP_MSG **msg, const unsigned char **in, in d2i_OSSL_CMP_MSG()
1157 int i2d_OSSL_CMP_MSG(const OSSL_CMP_MSG *msg, unsigned char **out) in i2d_OSSL_CMP_MSG()
1163 OSSL_CMP_MSG *d2i_OSSL_CMP_MSG_bio(BIO *bio, OSSL_CMP_MSG **msg) in d2i_OSSL_CMP_MSG_bio()
1177 int i2d_OSSL_CMP_MSG_bio(BIO *bio, const OSSL_CMP_MSG *msg) in i2d_OSSL_CMP_MSG_bio()