Lines Matching refs:msg
733 void OSSL_CMP_MSG_free(OSSL_CMP_MSG *msg);
840 # define ossl_cmp_log(level, ctx, msg) \ argument
842 OPENSSL_LINE, #level, "%s", msg)
857 # define ossl_cmp_alert(ctx, msg) ossl_cmp_log(ALERT, ctx, msg) argument
858 # define ossl_cmp_err(ctx, msg) ossl_cmp_log(ERROR, ctx, msg) argument
859 # define ossl_cmp_warn(ctx, msg) ossl_cmp_log(WARN, ctx, msg) argument
860 # define ossl_cmp_info(ctx, msg) ossl_cmp_log(INFO, ctx, msg) argument
861 # define ossl_cmp_debug(ctx, msg) ossl_cmp_log(DEBUG, ctx, msg) argument
862 # define ossl_cmp_trace(ctx, msg) ossl_cmp_log(TRACE, ctx, msg) argument
946 int ossl_cmp_msg_set0_libctx(OSSL_CMP_MSG *msg, OSSL_LIB_CTX *libctx,
949 int ossl_cmp_msg_set_bodytype(OSSL_CMP_MSG *msg, int type);
965 int ossl_cmp_msg_gen_push0_ITAV(OSSL_CMP_MSG *msg, OSSL_CMP_ITAV *itav);
966 int ossl_cmp_msg_gen_push1_ITAVs(OSSL_CMP_MSG *msg,
994 int ossl_cmp_is_error_with_waiting(const OSSL_CMP_MSG *msg);
997 int ossl_cmp_msg_add_extraCerts(OSSL_CMP_CTX *ctx, OSSL_CMP_MSG *msg);
999 const OSSL_CMP_MSG *msg);
1000 int ossl_cmp_msg_protect(OSSL_CMP_CTX *ctx, OSSL_CMP_MSG *msg);
1004 const OSSL_CMP_MSG *msg,
1006 int ossl_cmp_msg_check_update(OSSL_CMP_CTX *ctx, const OSSL_CMP_MSG *msg,
1008 int ossl_cmp_msg_check_received(OSSL_CMP_CTX *ctx, const OSSL_CMP_MSG *msg,
1011 const OSSL_CMP_MSG *msg, int accept_RAVerified);